fix statusbar #126

Merged
Huffle merged 1 commits from AP-123 into main 2025-05-28 09:18:30 +02:00

View File

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