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:
Sunil Mohan Adapa 2024-10-07 04:53:48 -07:00 committed by Veiko Aasa
parent 84ef5dd4fa
commit 3e0b86eac8
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

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