fix statusbar (#126)
All checks were successful
Backend Deploy / build (push) Successful in 24s
Backend Build and Test / build (push) Successful in 2m59s

closes #123

Reviewed-on: #126
This commit is contained in:
Huffle 2025-05-28 09:18:29 +02:00
parent ad48882bca
commit 662257ebc5

View File

@ -46,4 +46,11 @@ ion-header {
button {
font-size: 16px;
}
ion-header.md {
ion-toolbar:first-child {
--padding-top: 27px;
height: 66px;
}
}