From e00f2f179609251772898f9aa436827d498e8d8b Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 25 Jun 2022 03:25:01 +0900 Subject: [PATCH] Move mx_ReactionsRow margin style block from ':not([data-layout=bubble])' to 'data-layout=group' Signed-off-by: Suguru Hirahara --- res/css/views/rooms/_EventTile.scss | 8 ++++---- res/css/views/rooms/_IRCLayout.scss | 5 ----- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index d531f3932b4..1916cb3f2ea 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -94,6 +94,10 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss padding-bottom: 3px; line-height: $font-22px; } + + .mx_ReactionsRow { + margin: $spacing-4 64px; + } } } @@ -291,10 +295,6 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss bottom: 0; right: 0; } - - .mx_ReactionsRow { - margin: $spacing-4 64px; - } } .mx_GenericEventListSummary:not([data-layout=bubble]) { diff --git a/res/css/views/rooms/_IRCLayout.scss b/res/css/views/rooms/_IRCLayout.scss index cd481b2ee34..c6acf4d5a7e 100644 --- a/res/css/views/rooms/_IRCLayout.scss +++ b/res/css/views/rooms/_IRCLayout.scss @@ -120,11 +120,6 @@ $irc-line-height: $font-18px; .mx_EditMessageComposer_buttons { position: relative; } - - .mx_ReactionsRow { - padding-left: 0; - padding-right: 0; - } } .mx_EventTile_emote {