Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove inline margin from reactions row on IRC layout (#8891)
Browse files Browse the repository at this point in the history
  • Loading branch information
luixxiul authored Jun 25, 2022
1 parent 3ccde7a commit 4cc8254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
.mx_ThreadSummaryIcon {
margin-left: $left-gutter;
}

.mx_ReactionsRow {
margin: $spacing-4 64px;
}
}
}

Expand Down Expand Up @@ -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]) {
Expand Down
5 changes: 0 additions & 5 deletions res/css/views/rooms/_IRCLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4cc8254

Please sign in to comment.