this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix missing backgrounds for nav menu items

+15 -4
+15 -4
src/components/nav-menu.css
··· 1 - .nav-menu section:last-child { 2 - background-color: var(--bg-faded-color); 3 - margin-bottom: -8px; 4 - padding-bottom: 8px; 1 + .nav-menu { 2 + overflow: hidden; 3 + 4 + section:last-child { 5 + background-color: var(--bg-faded-color); 6 + margin-bottom: -4px; 7 + padding-bottom: 4px; 8 + 9 + .szh-menu__item:before { 10 + z-index: 0; 11 + } 12 + .szh-menu__item > * { 13 + z-index: 1; 14 + } 15 + } 5 16 } 6 17 7 18 @media (min-width: 23em) {