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:
commit
4463e98ba6
2
.github/workflows/futon-deploy.yaml
vendored
2
.github/workflows/futon-deploy.yaml
vendored
@ -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 }}
|
||||
|
||||
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user