From faecceb3b42159ab72ee9e5dda94ccf96511e375 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 18 Apr 2019 09:20:26 +0200 Subject: [PATCH] remove manual order so component order follows markup order --- res/css/structures/_RoomView.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/res/css/structures/_RoomView.scss b/res/css/structures/_RoomView.scss index cead3f4672..50d412ad58 100644 --- a/res/css/structures/_RoomView.scss +++ b/res/css/structures/_RoomView.scss @@ -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%;