From 6a9036bfefea2b6fded3c43fe85d13643c4a8588 Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 10 Oct 2025 17:25:40 +0100 Subject: [PATCH] fix: add flex properties to mobile bookmark containers for proper filling --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.css b/src/index.css index 71856a91..5afc9f9c 100644 --- a/src/index.css +++ b/src/index.css @@ -635,6 +635,8 @@ body.mobile-sidebar-open { .pane.highlights .highlights-container { border: none; border-radius: 0; + flex: 1; + min-height: 0; } /* Bookmarks sidebar from left */