From a6d0b69785d3514138ba9094538ad1784c337033 Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 15:35:08 +0200 Subject: [PATCH 1/2] acid testing --- .github/workflows/futon-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- 2.45.2 From 5727399362d3fb5b4ac95a149696318e0a2a213a Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 15:36:34 +0200 Subject: [PATCH 2/2] acid testing --- modules/appheader/appheader.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } } -- 2.45.2