MOBILE-3833 messages: Reduce padding on title bar
parent
16b750b566
commit
f66400aae6
|
@ -27,7 +27,10 @@
|
||||||
@include position(0, 0, null, null);
|
@include position(0, 0, null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-header ion-toolbar h1 {
|
ion-header ion-toolbar ion-title {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
h1 {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -48,6 +51,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
:host-context(.ios) {
|
:host-context(.ios) {
|
||||||
ion-header ion-toolbar h1 {
|
ion-header ion-toolbar h1 {
|
||||||
|
|
Loading…
Reference in New Issue