fix: ios status bar mirror theme

This commit is contained in:
benonymity
2023-12-23 00:00:50 -05:00
parent 793f0c05f7
commit 26d0209763
3 changed files with 7 additions and 8 deletions
+1 -5
View File
@@ -16,10 +16,6 @@ textarea {
user-select: auto;
}
body {
background-color: #262626;
}
.layout-wrapper {
height: calc(100vh - env(safe-area-inset-top));
min-height: calc(100vh - env(safe-area-inset-top));
@@ -167,4 +163,4 @@ Bookshelf Label
.tracksTable th {
padding: 4px 8px;
font-size: 0.75rem;
}
}