Fix menu sidebar width on desktop
This commit is contained in:
parent
7548424b02
commit
90350fd418
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue