@neti wrote:
Is there any way to reduce the height of
ion-searchbar
? There is no height property mention in the CSS Custom Properties in the docs: https://ionicframework.com/docs/api/searchbar#css-custom-propertiesRight now, the only way I managed to do this is by using transform like this:
ion-searchbar { transform: scaleY(0.8); }
The problem is that this doesn’t keep the correct proportions for the font size.
Posts: 2
Participants: 2