Procházet zdrojové kódy

Fix height to big for iPhone when using many apps

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.
tags/v20.0.0beta1
kevin147147 před 3 roky
rodič
revize
32505e78f6
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      core/css/header.scss

+ 1
- 1
core/css/header.scss Zobrazit soubor

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

Načítá se…
Zrušit
Uložit