MOBILE-3833 messages: Reduce padding on title bar
parent
16b750b566
commit
f66400aae6
|
@ -27,24 +27,28 @@
|
||||||
@include position(0, 0, null, null);
|
@include position(0, 0, null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-header ion-toolbar h1 {
|
ion-header ion-toolbar ion-title {
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
.core-bar-button-image {
|
h1 {
|
||||||
@include margin-horizontal(null, 6px);
|
display: flex;
|
||||||
}
|
align-items: center;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
core-format-text {
|
.core-bar-button-image {
|
||||||
overflow: hidden;
|
@include margin-horizontal(null, 6px);
|
||||||
text-overflow: ellipsis;
|
}
|
||||||
white-space: nowrap;
|
|
||||||
flex-shrink: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
ion-icon {
|
core-format-text {
|
||||||
@include margin-horizontal(6px, null);
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
flex-shrink: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
ion-icon {
|
||||||
|
@include margin-horizontal(6px, null);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue