Give header menus a better maximum height for mobile

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2022-08-27 12:23:06 +02:00
parent 76033a12ce
commit 5c4ad4efe5
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -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 {