a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

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

[backend/razor] Make expanded navbar hamburger menu full-width

+1
+1
Iceshrimp.Backend/Components/Generic/NavBar.razor.css
··· 119 119 .hamburger-menu { 120 120 position: absolute; 121 121 right: 0; 122 + width: 100%; 122 123 display: inline-block !important; 123 124 z-index: +1; 124 125 }