Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-08-27 13:23:06 +0300
committerJulius Härtl <jus@bitgrid.net>2022-09-01 15:15:40 +0300
commit5c4ad4efe5f041dd1f65d4f3384fb9e65339c448 (patch)
treeae43efb0e0d53ba56700ff14e03c9f67ec6b92b4 /core
parent76033a12ce90027855593349a5ccc33efc8b3d20 (diff)
Give header menus a better maximum height for mobile
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r--core/css/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index f926566c687..55f797789c7 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -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 {