mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix priority of mobile rules for files app
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
0a1353f248
commit
ff219a7cd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue