mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
css: Fix height of navbar in mobile layout during first boot
Only item in the navbar present during first boot in mobile layout is the toggler. Set its height such that it maintains the height of the entire navbar. Tests: - After the account setup screen, switch to mobile layout. Notice that the navbar is no longer tiny but the usual height. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
84ef5dd4fa
commit
3e0b86eac8
@ -464,6 +464,8 @@ footer {
|
||||
|
||||
.main-header .navbar-toggler {
|
||||
border: 1px solid #ddd;
|
||||
/* In mobile layout, during first setup, maintain the height of the navbar */
|
||||
margin: 0.6875rem 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user