This commit is contained in:
2026-06-09 13:23:54 -04:00
parent 1608328216
commit f98d37fae4
3 changed files with 14 additions and 17 deletions
+7 -17
View File
@@ -81,21 +81,11 @@ h1:focus {
}
.status-bar-safe-area {
display: none;
}
@supports (-webkit-touch-callout: none) {
.status-bar-safe-area {
display: flex;
position: sticky;
top: 0;
height: env(safe-area-inset-top);
background-color: #f7f7f7;
width: 100%;
z-index: 1;
}
.flex-column, .navbar-brand {
padding-left: env(safe-area-inset-left);
}
display: flex;
position: sticky;
top: 0;
height: env(safe-area-inset-top, 0px);
background-color: #f7f7f7;
width: 100%;
z-index: 1;
}