this repo has no description
0
fork

Configure Feed

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

Adjust nav menu styles

+2 -1
+2 -1
src/components/nav-menu.css
··· 6 6 } 7 7 .nav-menu section { 8 8 padding: 8px 0; 9 + width: 50%; 9 10 } 10 11 .nav-menu section:last-child { 11 12 background-color: var(--bg-faded-color); ··· 20 21 .nav-menu section:last-child > .szh-menu__divider:first-child { 21 22 display: none; 22 23 } 23 - .nav-menu section:last-child .szh-menu__item span { 24 + .nav-menu .szh-menu__item span { 24 25 white-space: normal; 25 26 } 26 27 }