MOBILE-3068 ios: Fix styles in messages in iOS
parent
aa9e52d0f2
commit
4f08571d39
|
@ -5,9 +5,6 @@ $item-message-note-font-size: 75% !default;
|
|||
$item-message-mine-bg: $gray-light !default;
|
||||
|
||||
ion-app.app-root page-addon-messages-discussion {
|
||||
.toolbar-title {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ion-content {
|
||||
background-color: $gray-lighter !important;
|
||||
|
@ -192,6 +189,8 @@ ion-app.app-root page-addon-messages-discussion {
|
|||
}
|
||||
|
||||
.toolbar-title {
|
||||
padding: 0;
|
||||
|
||||
img {
|
||||
@include margin-horizontal(null, 6px);
|
||||
}
|
||||
|
@ -208,6 +207,10 @@ ion-app.app-root page-addon-messages-discussion {
|
|||
ion-icon {
|
||||
@include margin-horizontal(6px, null);
|
||||
}
|
||||
|
||||
&.toolbar-title-ios {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -40,6 +40,6 @@ ion-app.app-root .addon-message-discussion {
|
|||
|
||||
ion-app.app-root .addon-message-discussion {
|
||||
h2 {
|
||||
margin-top: 6px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
|
@ -674,8 +674,8 @@ ion-app.app-root {
|
|||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.toolbar-ios {
|
||||
height: 52px;
|
||||
.header .toolbar-ios {
|
||||
height: $toolbar-ios-height;
|
||||
}
|
||||
|
||||
// Footer with auto height.
|
||||
|
|
Loading…
Reference in New Issue