]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix height to big for iPhone when using many apps 22071/head
authorkevin147147 <kevintamool@gmail.com>
Sat, 25 Jul 2020 21:45:38 +0000 (23:45 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Fri, 31 Jul 2020 08:25:07 +0000 (10:25 +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 dce6cf70927514a1ffe9b675ad701d50c09bf943..1a56bc98d4f175ab684d1609c736f56c58e20fcd 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 {