Skip to content

Commit 5c354dd

Browse files
committed
Fix messagePanelSpinner flex order in RightPanel
1 parent 7ac350e commit 5c354dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/skins/vector/css/matrix-react-sdk/structures/_NotificationPanel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ limitations under the License.
5454
left: 0px;
5555
}
5656

57-
.mx_NotificationPanel .mx_EventTile .mx_SenderProfile,
57+
.mx_NotificationPanel .mx_EventTile .mx_SenderProfile,
5858
.mx_NotificationPanel .mx_EventTile .mx_MessageTimestamp {
5959
color: $primary-fg-color;
6060
font-size: 12px;

src/skins/vector/css/vector-web/structures/_RightPanel.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ limitations under the License.
8484
flex: 1 1 0;
8585
}
8686

87+
.mx_RightPanel .mx_RoomView_messagePanelSpinner {
88+
order: 2;
89+
margin: auto;
90+
}
91+
8792
.mx_RightPanel_footer {
8893
order: 3;
8994

0 commit comments

Comments
 (0)