From 4b05dd6ca49300ef2c8cfcf6548d4e11728a67eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sun, 16 Jan 2022 17:23:08 +0100 Subject: [PATCH] Set max-width only to the timeline not aux panel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/css/views/rooms/_EventBubbleTile.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index d512076564f..b8ff41fcc07 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -15,8 +15,11 @@ limitations under the License. */ .mx_RoomView_body[data-layout=bubble] { - max-width: 1200px; - margin: 0 auto; + .mx_RoomView_timeline, .mx_RoomView_statusArea, .mx_MessageComposer { + width: 100%; + max-width: 1200px; + margin: 0 auto; + } } .mx_EventTile[data-layout=bubble],