futonbeta #35

Merged
l4kr merged 2 commits from futonbeta into main 2023-09-13 13:37:31 +00:00
Showing only changes of commit 5727399362 - Show all commits

View File

@ -307,7 +307,7 @@
} }
@supports (height: calc(3.125em + 2 * max(3em, 4em))) { @supports (height: calc(3.125em + 2 * max(3em, 4em))) {
.headerNowPlaying { .headerNowPlaying {
height: calc(4em + env(safe-area-inset-top, 0)); height: calc(5em + env(safe-area-inset-top, 0));
} }
} }