Fix messagePanelSpinner flex order in RightPanel

pull/6131/head
Luke Barnard 2018-02-15 14:34:44 +00:00
parent 7ac350ea36
commit 5c354dda23
2 changed files with 6 additions and 1 deletions

View File

@ -54,7 +54,7 @@ limitations under the License.
left: 0px;
}
.mx_NotificationPanel .mx_EventTile .mx_SenderProfile,
.mx_NotificationPanel .mx_EventTile .mx_SenderProfile,
.mx_NotificationPanel .mx_EventTile .mx_MessageTimestamp {
color: $primary-fg-color;
font-size: 12px;

View File

@ -84,6 +84,11 @@ limitations under the License.
flex: 1 1 0;
}
.mx_RightPanel .mx_RoomView_messagePanelSpinner {
order: 2;
margin: auto;
}
.mx_RightPanel_footer {
order: 3;