Fix priority of mobile rules for files app

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/33568/head
Julius Härtl 4 years ago
parent 0a1353f248
commit ff219a7cd8
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 2
      core/css/mobile.scss

@ -21,7 +21,7 @@
}
/* APP SIDEBAR TOGGLE and SWIPE ----------------------------------------------*/
#app-navigation {
#app-navigation:not(.vue) {
transform: translateX(-#{variables.$navigation-width});
position: fixed;
height: var(--body-height);

Loading…
Cancel
Save