MOBILE-3833 messages: Reduce padding on title bar

main
Pau Ferrer Ocaña 2022-04-01 14:10:17 +02:00
parent 16b750b566
commit f66400aae6
1 changed files with 18 additions and 14 deletions

View File

@ -27,24 +27,28 @@
@include position(0, 0, null, null);
}
ion-header ion-toolbar h1 {
display: flex;
align-items: center;
ion-header ion-toolbar ion-title {
padding: 0;
.core-bar-button-image {
@include margin-horizontal(null, 6px);
}
h1 {
display: flex;
align-items: center;
padding: 0;
core-format-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex-shrink: 1;
}
.core-bar-button-image {
@include margin-horizontal(null, 6px);
}
ion-icon {
@include margin-horizontal(6px, null);
core-format-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex-shrink: 1;
}
ion-icon {
@include margin-horizontal(6px, null);
}
}
}
}