mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05: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;
|
|
} |