From 4cc82548acdc4c9a27bc3d202f79ef5618cb7c64 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 25 Jun 2022 14:24:18 +0000 Subject: [PATCH] Remove inline margin from reactions row on IRC layout (#8891) --- 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 ed33ffa8bde..8abe957ed4d 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -106,6 +106,10 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss .mx_ThreadSummaryIcon { margin-left: $left-gutter; } + + .mx_ReactionsRow { + margin: $spacing-4 64px; + } } } @@ -296,10 +300,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 538ecb5f14c..72a20714047 100644 --- a/res/css/views/rooms/_IRCLayout.scss +++ b/res/css/views/rooms/_IRCLayout.scss @@ -115,11 +115,6 @@ $irc-line-height: $font-18px; .mx_EditMessageComposer_buttons { position: relative; } - - .mx_ReactionsRow { - padding-left: 0; - padding-right: 0; - } } .mx_EventTile_emote {