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] Move navbar placeholder into the NavBar component

+5 -4
+1
Iceshrimp.Backend/Components/Generic/NavBar.razor
··· 131 131 </li> 132 132 </ul> 133 133 </nav> 134 + <div class="navbar-placeholder"></div> 134 135 <VersionedScript src="/Components/Generic/NavBar.razor.js"/> 135 136 136 137 @code {
+4
Iceshrimp.Backend/Components/Generic/NavBar.razor.css
··· 1 + .navbar-placeholder { 2 + margin-top: 60px; 3 + } 4 + 1 5 .navbar { 2 6 position: absolute; 3 7 left: 0;
-4
Iceshrimp.Backend/wwwroot/css/admin.css
··· 13 13 14 14 .width30 { 15 15 width: 30ch; 16 - } 17 - 18 - body { 19 - margin-top: 60px; 20 16 }