diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index ed33ffa8bd..8abe957ed4 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 538ecb5f14..72a2071404 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 {