An app for logging board climbs
0
fork

Configure Feed

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

fix: style issue where padding is wrong

+2 -2
+2 -2
www/static/theme.css
··· 145 145 scrollbar-width: none; 146 146 } 147 147 148 - body { 148 + /*body { 149 149 padding-top: env(safe-area-inset-top); 150 150 padding-bottom: env(safe-area-inset-bottom); 151 - } 151 + }*/ 152 152 153 153 /* ── Header ───────────────────────────────────────────────────────────── */ 154 154