mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Give header menus a better maximum height for mobile
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
76033a12ce
commit
5c4ad4efe5
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
@mixin header-menu-height() {
|
||||
min-height: calc(44px * 1.5); // show at least 1.5 entries
|
||||
max-height: calc(100vh - #{variables.$header-height} * 4);
|
||||
max-height: calc(100vh - #{variables.$header-height} * 2);
|
||||
}
|
||||
|
||||
#header {
|
||||
|
|
|
|||
Loading…
Reference in a new issue