fix: ensure bookmarks container fills mobile sidepane properly

This commit is contained in:
Gigi
2025-10-10 17:21:06 +01:00
parent c17a39588d
commit a17346c9c2

View File

@@ -607,7 +607,13 @@ body.mobile-sidebar-open {
z-index: 1000; z-index: 1000;
transition: transform 0.3s ease; transition: transform 0.3s ease;
box-shadow: none; box-shadow: none;
display: flex; }
/* Ensure content fills the mobile sidepanes */
.pane.sidebar > *,
.pane.highlights > * {
width: 100%;
height: 100%;
} }
/* Bookmarks sidebar from left */ /* Bookmarks sidebar from left */