mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-03 22:44:35 -04:00
Fix margin
This commit is contained in:
@@ -451,13 +451,13 @@ ol > li::marker {
|
||||
}
|
||||
|
||||
.app-content {
|
||||
padding-top: calc(env(safe-area-inset-top) + 30px);
|
||||
padding-top: calc(env(safe-area-inset-top) + 20px);
|
||||
/*padding-bottom: env(safe-area-inset-bottom);*/
|
||||
box-sizing: border-box; /* ensure padding doesn’t break layout */
|
||||
}
|
||||
|
||||
.safe-bottom {
|
||||
/*bottom: env(safe-area-inset-bottom);*/
|
||||
bottom: calc(env(safe-area-inset-bottom) + 30px);
|
||||
bottom: calc(env(safe-area-inset-bottom) + 10px);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user