mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
Fix app navigation positionning
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
fb968a3ea2
commit
37d331014b
1 changed files with 4 additions and 0 deletions
|
|
@ -172,6 +172,10 @@ kbd {
|
|||
}
|
||||
}
|
||||
}
|
||||
> .app-navigation-entry-menu {
|
||||
/* fix the flex positionning of the li parent */
|
||||
top: 44px;
|
||||
}
|
||||
}
|
||||
&.hidden {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue