acid testing
Some checks reported errors
--> Linted: CSS Errors were detected, please view logs
--> Linted: GITHUB_ACTIONS No errors were found in the linting process
--> Linted: GITLEAKS No errors were found in the linting process
--> Linted: JSCPD No errors were found in the linting process
--> Linted: NATURAL_LANGUAGE No errors were found in the linting process
--> Linted: YAML No errors were found in the linting process
Lint Code Base / Lint Code Base (pull_request) Successful in 17s

This commit is contained in:
l4kr 2023-09-13 15:36:34 +02:00
parent a6d0b69785
commit 5727399362

View File

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