this repo has no description
0
fork

Configure Feed

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

Fix menu items not stretching when it's only one

+3
+3
src/app.css
··· 1538 1538 /* two columns only */ 1539 1539 grid-template-columns: repeat(2, 1fr); 1540 1540 } 1541 + .szh-menu .menu-horizontal:has(> .szh-menu__item:only-child) { 1542 + grid-template-columns: 1fr; 1543 + } 1541 1544 .szh-menu .menu-horizontal > .szh-menu__item:not(:only-child):first-child, 1542 1545 .szh-menu .menu-horizontal > *:not(:only-child):first-child .szh-menu__item { 1543 1546 padding-right: 4px !important;