diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml index 86ac405..43dec7f 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -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 }} diff --git a/modules/appheader/appheader.css b/modules/appheader/appheader.css index 896a43a..28094d0 100644 --- a/modules/appheader/appheader.css +++ b/modules/appheader/appheader.css @@ -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)); } }