mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 14:44:26 +01:00
fix: ensure bookmarks container fills mobile sidepane properly
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user