temporary fix for new logo adjustment into frame

This commit is contained in:
Marc Delisle
2004-06-24 14:57:19 +00:00
parent 8c8cdf1286
commit 61170805ec

View File

@@ -61,7 +61,8 @@ $phpmain_hash_js = time();
</head>
<?php
$query_frame_height = 60;
// adjust for new logo, but TODO: move into theme config
$query_frame_height = 75;
if ($cfg['LeftDisplayServers'] && !$cfg['DisplayServersList']) {
$query_frame_height = $query_frame_height + 40;
}