From cd48a8f3ab7b446f93ad1845ab4b434524738d4f Mon Sep 17 00:00:00 2001 From: Germain Souquet Date: Wed, 14 Apr 2021 08:15:32 +0100 Subject: [PATCH] merge .mx_ReplyThread declaration in _IRCLayout.css --- res/css/views/rooms/_IRCLayout.scss | 40 ++++++++++++++--------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/res/css/views/rooms/_IRCLayout.scss b/res/css/views/rooms/_IRCLayout.scss index e9661d45b1..b6b901757c 100644 --- a/res/css/views/rooms/_IRCLayout.scss +++ b/res/css/views/rooms/_IRCLayout.scss @@ -136,27 +136,6 @@ $irc-line-height: $font-18px; } } - .mx_ReplyThread { - .mx_EventTile_emote { - > .mx_EventTile_avatar { - margin-left: initial; - } - } - - .mx_MessageTimestamp { - width: initial; - } - - /** - * adding the icon back in the document flow - * if it's not present, there's no unwanted wasted space - */ - .mx_EventTile_e2eIcon { - position: relative; - order: -1; - } - } - blockquote { margin: 0; } @@ -237,6 +216,25 @@ $irc-line-height: $font-18px; } } } + + .mx_EventTile_emote { + > .mx_EventTile_avatar { + margin-left: initial; + } + } + + .mx_MessageTimestamp { + width: initial; + } + + /** + * adding the icon back in the document flow + * if it's not present, there's no unwanted wasted space + */ + .mx_EventTile_e2eIcon { + position: relative; + order: -1; + } } .mx_ProfileResizer {