Skip to content

Commit a5dda01

Browse files
committed
Clean
1 parent 9db4937 commit a5dda01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/styles/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,13 +451,13 @@ ol > li::marker {
451451
}
452452

453453
.safe-top {
454-
/*padding-top: calc(env(safe-area-inset-top) + 0px);*/
454+
/*padding-top: calc(20px);*/
455455
padding-top: env(safe-area-inset-top);
456456
box-sizing: border-box; /* ensure padding doesn’t break layout */
457457
}
458458

459459
.safe-bottom {
460-
/*bottom: calc(env(safe-area-inset-bottom));*/
460+
/*bottom: calc(48px);*/
461461
bottom: env(safe-area-inset-bottom);
462462
}
463463

0 commit comments

Comments
 (0)