mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-15 12:36:30 +01:00
Fix menu footer positioned too low
This commit is contained in:
parent
719f7f8f1b
commit
6e68e95240
1 changed files with 1 additions and 1 deletions
|
@ -1987,7 +1987,7 @@ body > .szh-menu-container {
|
||||||
min-width: min(12em, 90vw);
|
min-width: min(12em, 90vw);
|
||||||
}
|
}
|
||||||
.szh-menu .footer {
|
.szh-menu .footer {
|
||||||
margin: 8px 0 -8px;
|
margin: 8px 0 -4px;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
color: var(--text-insignificant-color);
|
color: var(--text-insignificant-color);
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
|
Loading…
Reference in a new issue