mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 07:11:15 +03:00
Fix missing backgrounds for nav menu items
This commit is contained in:
parent
7c067a2f82
commit
b013b436c1
1 changed files with 15 additions and 4 deletions
|
@ -1,7 +1,18 @@
|
|||
.nav-menu section:last-child {
|
||||
background-color: var(--bg-faded-color);
|
||||
margin-bottom: -8px;
|
||||
padding-bottom: 8px;
|
||||
.nav-menu {
|
||||
overflow: hidden;
|
||||
|
||||
section:last-child {
|
||||
background-color: var(--bg-faded-color);
|
||||
margin-bottom: -4px;
|
||||
padding-bottom: 4px;
|
||||
|
||||
.szh-menu__item:before {
|
||||
z-index: 0;
|
||||
}
|
||||
.szh-menu__item > * {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 23em) {
|
||||
|
|
Loading…
Add table
Reference in a new issue