CSS to set height of HEADER bar (set on index page) in IONIC Project
Can someone tell me what CSS I need to set the height of the header bar in a n IONIC project please?
I've tried setting a class to:
code
.header {
height: 5vh !important;
}
/code
and also tried setting the "lineheight" as well.....
I am using a side bar as well, so the sidebar icon needs to change appropriately as well.