Fix menu sidebar width on desktop

This commit is contained in:
Darius Kazemi 2022-12-31 10:10:30 -08:00
parent 7548424b02
commit 90350fd418
1 changed files with 2 additions and 1 deletions

View File

@ -8788,7 +8788,7 @@ div.status__content--with-spoiler {
}
@media screen and (min-width: $no-gap-breakpoint) {
$sidebar-width: 100%;
$sidebar-width: 285px;
.columns-area__panels__pane--compositional {
.columns-area__panels__pane__inner {
@ -8801,6 +8801,7 @@ div.status__content--with-spoiler {
}
.navigation-panel {
max-width: $sidebar-width;
position: fixed;
top: 0;
bottom: 0;