Fix priority of mobile rules for files app

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2022-08-23 14:49:02 +02:00
parent 0a1353f248
commit ff219a7cd8
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -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);