mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Adjust nav menu styles
This commit is contained in:
parent
da46171ef6
commit
e6ab8385a1
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
}
|
||||
.nav-menu section {
|
||||
padding: 8px 0;
|
||||
width: 50%;
|
||||
}
|
||||
.nav-menu section:last-child {
|
||||
background-color: var(--bg-faded-color);
|
||||
|
@ -20,7 +21,7 @@
|
|||
.nav-menu section:last-child > .szh-menu__divider:first-child {
|
||||
display: none;
|
||||
}
|
||||
.nav-menu section:last-child .szh-menu__item span {
|
||||
.nav-menu .szh-menu__item span {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue