]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix height to big for iPhone when using many apps 22005/head
authorkevin147147 <kevintamool@gmail.com>
Sat, 25 Jul 2020 21:45:38 +0000 (23:45 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2020 21:45:38 +0000 (23:45 +0200)
Same story as https://github.com/nextcloud/server/pull/10276
I'm testing on iPhone without home button. These devices now have an even higher bottom bar.

core/css/header.scss

index afda272ea780feafc55336cc9379e7d2b6277d38..1851695f1ea55fefbfc2dce05db2aaf6ea27a7ef 100644 (file)
@@ -78,7 +78,7 @@
 
 @mixin header-menu-height() {
        min-height: calc(44px * 1.5); // show at least 1.5 entries
-       max-height: calc(100vh - #{$header-height} * 2);
+       max-height: calc(100vh - #{$header-height} * 4);
 }
 
 #header {