Fix top menu right padding

This commit is contained in:
John Botella 2019-09-24 13:11:40 +02:00
parent b5c5cc42fc
commit 5417dc0356

View File

@ -199,7 +199,7 @@ $minwidthtmenu=66; /* minimum width for one top menu entry */
$heightmenu=48; /* height of top menu, part with image */
$heightmenu2=49; /* height of top menu, part with login */
$disableimages = 0;
$maxwidthloginblock = 130;
$maxwidthloginblock = 180;
if (! empty($conf->global->THEME_TOPMENU_DISABLE_IMAGE)) { $disableimages = 1; $maxwidthloginblock = 180; $minwidthtmenu=0; }