From 3c865e366119084894b7241ff9bb071e0899811d Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Thu, 8 Jan 2026 22:48:03 +0700 Subject: feat: use floating sidebar for general pages if screen is wide enough feat: content stays wider with wider screens fix: problem with resizing content when galleries are in it ci: update checkout action from v4 to v6 --- .github/workflows/build-and-deploy-prod.yml | 2 +- .github/workflows/build-and-deploy-stage.yml | 2 +- views/layouts/general-page.html | 13 ++++++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-deploy-prod.yml b/.github/workflows/build-and-deploy-prod.yml index d57e872..413f402 100644 --- a/.github/workflows/build-and-deploy-prod.yml +++ b/.github/workflows/build-and-deploy-prod.yml @@ -12,7 +12,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Generate output.css with tailwindcss uses: ZoeyVid/tailwindcss-update@main with: diff --git a/.github/workflows/build-and-deploy-stage.yml b/.github/workflows/build-and-deploy-stage.yml index 16e6563..c6e222b 100644 --- a/.github/workflows/build-and-deploy-stage.yml +++ b/.github/workflows/build-and-deploy-stage.yml @@ -11,7 +11,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Generate output.css with tailwindcss uses: ZoeyVid/tailwindcss-update@main diff --git a/views/layouts/general-page.html b/views/layouts/general-page.html index 97b412c..01043c6 100644 --- a/views/layouts/general-page.html +++ b/views/layouts/general-page.html @@ -172,9 +172,12 @@
-
-