Browse Source
Design structure fixes
Design structure fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>pull/10218/head
committed by
Daniel Calviño Sánchez
7 changed files with 65 additions and 31 deletions
-
6apps/files/css/detailsView.scss
-
44core/css/apps.scss
-
11core/css/ie.scss
-
12core/js/apps.js
-
4lib/private/TemplateLayout.php
-
10lib/private/legacy/util.php
-
9lib/public/Util.php
@ -0,0 +1,11 @@ |
|||
|
|||
#app-navigation, |
|||
#app-sidebar { |
|||
position: fixed !important; |
|||
} |
|||
#app-content { |
|||
width: $navigation-width !important; |
|||
} |
|||
#app-sidebar.disappear { |
|||
right: -$sidebar-max-width !important; |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue