fix: set width of left and right sidebars to 100% (#1264)

This prevents the width from changing when the left or right sidebar does not have enough content to stretch to 100%.
This commit is contained in:
Jimmy
2026-02-17 18:10:33 +01:00
committed by GitHub
parent 0cefe05973
commit 3806cc9230
+2
View File
@@ -4,11 +4,13 @@
.left-sidebar {
order: -3;
width: 100%;
max-width: var(--left-sidebar-max-width);
}
.right-sidebar {
order: -1;
width: 100%;
max-width: var(--right-sidebar-max-width);
/// Display right sidebar when min-width: lg