mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-10 07:58:50 +01: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 {
|
.nav-menu {
|
||||||
background-color: var(--bg-faded-color);
|
overflow: hidden;
|
||||||
margin-bottom: -8px;
|
|
||||||
padding-bottom: 8px;
|
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) {
|
@media (min-width: 23em) {
|
||||||
|
|
Loading…
Reference in a new issue