From a77d7fadbf3908f65976172e69e10cd629429da9 Mon Sep 17 00:00:00 2001 From: Ricardo Torres <106406681+riffingonsoftware@users.noreply.github.com> Date: Fri, 5 Sep 2025 15:34:57 -0600 Subject: [PATCH 1/3] fix: allow sidebar to reopen on mobile --- src/components/Sidebar.astro | 13 +++++++++---- src/pages/posts/[...page].astro | 2 +- src/pages/posts/[slug].astro | 3 ++- src/pages/posts/[tag]/[page].astro | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro index 35f5474..79bd156 100644 --- a/src/components/Sidebar.astro +++ b/src/components/Sidebar.astro @@ -5,12 +5,12 @@ import SidebarFooter from "./SidebarFooter.astro"; import SidebarMenu from "./SidebarMenu.astro"; --- -