From 1b242f75c631d0def5b385d63fbefea2efd08930 Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 10 Oct 2025 17:24:26 +0100 Subject: [PATCH] fix: restore desktop grid layout for highlights panel --- src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 6fc98cb2..71856a91 100644 --- a/src/index.css +++ b/src/index.css @@ -602,8 +602,6 @@ body.mobile-sidebar-open { .pane.highlights { overflow-y: auto; height: 100%; - display: flex; - flex-direction: column; } /* Mobile pane styles */ @@ -621,6 +619,8 @@ body.mobile-sidebar-open { z-index: 1000; transition: transform 0.3s ease; box-shadow: none; + display: flex; + flex-direction: column; } /* Ensure content fills the mobile sidepanes */