mirror of
https://github.com/nextcloud/server.git
synced 2026-04-01 23:25:47 -04:00
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;
|
|
} |