From 65af8cddcffd6fc791b2d31f95d3d63167f844f5 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 5 May 2022 15:05:01 +0900 Subject: [PATCH] Remove width hack for RoomView_messageListWrapper on the thread panel Signed-off-by: Suguru Hirahara --- res/css/views/right_panel/_ThreadPanel.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/res/css/views/right_panel/_ThreadPanel.scss b/res/css/views/right_panel/_ThreadPanel.scss index 9947a7575f0..cd2e391df5f 100644 --- a/res/css/views/right_panel/_ThreadPanel.scss +++ b/res/css/views/right_panel/_ThreadPanel.scss @@ -149,12 +149,6 @@ limitations under the License. } } - .mx_RoomView_messagePanel { // To avoid the rule from being applied to .mx_ThreadPanel_empty - .mx_RoomView_messageListWrapper { - width: calc(100% + 6px); // 8px - 2px - } - } - .mx_RoomView_MessageList { padding-inline-start: $spacing-8; padding-inline-end: $spacing-8;