fix: restore desktop grid layout for highlights panel

This commit is contained in:
Gigi
2025-10-10 17:24:26 +01:00
parent 7ffd37289d
commit 1b242f75c6

View File

@@ -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 */