Please describe the question in detail and share your code, configuration, and other relevant info. How can I change the toolbar height only for android devices?
I tried
ion-toolbar-md {
padding-top: 15px !important;
}
and also
ion-header.header-md ion-toolbar:first-child {
padding-top: 15px !important;
}
nothing did the trick.
Has anyone a hint for me? Would be great and thank you in advance!
Cheers