diff --git a/python/web/src/static/themes/modern/style.css b/python/web/src/static/themes/modern/style.css index 3ec11463..636adc1f 100644 --- a/python/web/src/static/themes/modern/style.css +++ b/python/web/src/static/themes/modern/style.css @@ -276,20 +276,15 @@ div.header div.authentication-disabled a { @media (max-width: 900px) { div.header { + flex-wrap: wrap; min-height: 3.5rem; /* Safari 14 iOS and iPad OS */ background: var(--dark); } body.auth-enabled:not(.logged-in) div.header { - flex-wrap: wrap; min-height: 8.875rem; /* Safari 14 iOS and iPad OS */ } - body.auth-disabled div.header { - flex-wrap: wrap; - min-height: 7rem; - } - div.header div.title span.subtitle { display: none; } @@ -353,11 +348,7 @@ div.header div.authentication-disabled a { } div.header div.authentication-disabled { - flex: 0 0 100%; - align-items: end; - padding: 0.5rem; - background: var(--danger); - color: #fff; + display: none; } }