this repo has no description
0
fork

Configure Feed

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

Fix dangling lonely dividers in menu with CSS

The if conditions are too maddening at this point

+5
+5
src/app.css
··· 2077 2077 .szh-menu__divider { 2078 2078 background-color: var(--divider-color); 2079 2079 margin-block: 4px; 2080 + 2081 + > &:first-child, 2082 + li[role='none']:first-child + & { 2083 + display: none; 2084 + } 2080 2085 } 2081 2086 .szh-menu .szh-menu__item .menu-grow { 2082 2087 flex-grow: 1;