Fix messagePanelSpinner flex order in RightPanel
This commit is contained in:
parent
7ac350ea36
commit
5c354dda23
|
@ -84,6 +84,11 @@ limitations under the License.
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RightPanel .mx_RoomView_messagePanelSpinner {
|
||||||
|
order: 2;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_RightPanel_footer {
|
.mx_RightPanel_footer {
|
||||||
order: 3;
|
order: 3;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue