mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-09 07:34:55 -04:00
Rename
This commit is contained in:
@@ -43,7 +43,7 @@ export default function Document() {
|
||||
</Head>
|
||||
<body className={clsx(
|
||||
"body-bg text-ink-1000",
|
||||
'app-content',
|
||||
'safe-top',
|
||||
)}>
|
||||
<Main/>
|
||||
<NextScript/>
|
||||
|
||||
@@ -450,7 +450,7 @@ ol > li::marker {
|
||||
color: #374151; /* pick a visible color */
|
||||
}
|
||||
|
||||
.app-content {
|
||||
.safe-top {
|
||||
padding-top: calc(env(safe-area-inset-top) + 0px);
|
||||
/*padding-bottom: env(safe-area-inset-bottom);*/
|
||||
box-sizing: border-box; /* ensure padding doesn’t break layout */
|
||||
|
||||
Reference in New Issue
Block a user