1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

remove manual order so component order follows markup order

This commit is contained in:
Bruno Windels
2019-04-18 09:20:26 +02:00
parent dd911d18cb
commit faecceb3b4

View File

@ -163,15 +163,6 @@ limitations under the License.
height: 1px;
}
.mx_RoomView_body .mx_RoomView_statusArea {
order: 3;
}
.mx_RoomView_body .mx_MessageComposer {
order: 4;
}
.mx_RoomView_messageListWrapper {
min-height: 100%;