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