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.

[frontend] Make nav-bar respect safe-area-inset

authored by

Lilian and committed by
Laura Hausmann
1a39b285 1da774b8

+2 -1
+1 -1
Iceshrimp.Backend/Pages/Shared/FrontendSPA.cshtml
··· 8 8 9 9 <head> 10 10 <meta charset="utf-8"/> 11 - <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> 11 + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, viewport-fit=cover"/> 12 12 <title>Iceshrimp.Frontend</title> 13 13 <base href="/"/> 14 14 <link rel="stylesheet" href="~/css/app.css"/>
+1
Iceshrimp.Frontend/Layout/Sidebar.razor.css
··· 135 135 background-color: var(--background-color); 136 136 z-index: +24; 137 137 border-top: 0.1rem var(--highlight-color) solid; 138 + padding-bottom: env(safe-area-inset-bottom); 138 139 } 139 140 }