mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Fix menu header wrong margin
This commit is contained in:
parent
0c8f670e0a
commit
b083468df4
1 changed files with 1 additions and 1 deletions
|
@ -1861,7 +1861,7 @@ body > .szh-menu-container {
|
|||
box-shadow: 0 3px 24px -3px var(--drop-shadow-color);
|
||||
}
|
||||
.szh-menu__header {
|
||||
margin: -8px 0 8px;
|
||||
margin: -4px 0 8px;
|
||||
padding: 8px 16px;
|
||||
color: var(--text-insignificant-color);
|
||||
font-size: 90%;
|
||||
|
|
Loading…
Reference in a new issue