0274507cb1
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
10 lines
No EOL
168 B
SCSS
10 lines
No EOL
168 B
SCSS
|
|
#app-sidebar {
|
|
position: fixed !important;
|
|
}
|
|
#app-content {
|
|
width: $navigation-width !important;
|
|
}
|
|
#app-sidebar.disappear {
|
|
right: -$sidebar-max-width !important;
|
|
} |