From a17346c9c27af1b918df7c2bcbc9be428713b89a Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 10 Oct 2025 17:21:06 +0100 Subject: [PATCH] fix: ensure bookmarks container fills mobile sidepane properly --- src/index.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index f3cd7187..6f7095c2 100644 --- a/src/index.css +++ b/src/index.css @@ -607,7 +607,13 @@ body.mobile-sidebar-open { z-index: 1000; transition: transform 0.3s ease; box-shadow: none; - display: flex; + } + + /* Ensure content fills the mobile sidepanes */ + .pane.sidebar > *, + .pane.highlights > * { + width: 100%; + height: 100%; } /* Bookmarks sidebar from left */