There was an error while loading. Please reload this page.
1 parent 62ced3e commit 444fa52Copy full SHA for 444fa52
1 file changed
web/styles/globals.css
@@ -451,13 +451,13 @@ ol > li::marker {
451
}
452
453
.app-content {
454
- padding-top: calc(env(safe-area-inset-top) + 30px);
+ padding-top: calc(env(safe-area-inset-top) + 20px);
455
/*padding-bottom: env(safe-area-inset-bottom);*/
456
box-sizing: border-box; /* ensure padding doesn’t break layout */
457
458
459
.safe-bottom {
460
/*bottom: env(safe-area-inset-bottom);*/
461
- bottom: calc(env(safe-area-inset-bottom) + 30px);
+ bottom: calc(env(safe-area-inset-bottom) + 10px);
462
463
0 commit comments