Merge pull request 'futonbeta' (#35) from futonbeta into main

Reviewed-on: http://gitea.genosjr.moe/l4kr/dashboard-ui/pulls/35
This commit is contained in:
l4kr 2023-09-13 15:37:29 +02:00
commit 4463e98ba6
2 changed files with 2 additions and 2 deletions

View File

@ -52,6 +52,6 @@ jobs:
- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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));
}
}