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:
@@ -4,11 +4,13 @@
|
|||||||
|
|
||||||
.left-sidebar {
|
.left-sidebar {
|
||||||
order: -3;
|
order: -3;
|
||||||
|
width: 100%;
|
||||||
max-width: var(--left-sidebar-max-width);
|
max-width: var(--left-sidebar-max-width);
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-sidebar {
|
.right-sidebar {
|
||||||
order: -1;
|
order: -1;
|
||||||
|
width: 100%;
|
||||||
max-width: var(--right-sidebar-max-width);
|
max-width: var(--right-sidebar-max-width);
|
||||||
|
|
||||||
/// Display right sidebar when min-width: lg
|
/// Display right sidebar when min-width: lg
|
||||||
|
|||||||
Reference in New Issue
Block a user