Fix menu footer positioned too low

This commit is contained in:
Lim Chee Aun 2025-01-25 00:09:37 +08:00
parent 719f7f8f1b
commit 6e68e95240

View file

@ -1987,7 +1987,7 @@ body > .szh-menu-container {
min-width: min(12em, 90vw);
}
.szh-menu .footer {
margin: 8px 0 -8px;
margin: 8px 0 -4px;
padding: 8px 16px;
color: var(--text-insignificant-color);
font-size: 90%;