Fix logout icon alignment (#7291)

This commit is contained in:
Alex 2025-03-06 15:38:31 -07:00 committed by GitHub
parent 941ec9c060
commit 8b95f62d39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -810,8 +810,13 @@ else { //default: white
/* logout icon */ /* logout icon */
a.logout_icon { a.logout_icon {
<?php if ($menu_style == 'fixed') { ?>
position: absolute;
<?php } else { ?>
display: block;
<?php } ?>
color: <?=$logout_icon_color?>; color: <?=$logout_icon_color?>;
padding: 14px 10px; padding: 14px 10px 11px 10px;
} }
a.logout_icon:hover, a.logout_icon:hover,