Remove inline margin from reactions row on IRC layout (#8891)

pull/28217/head
Suguru Hirahara 2022-06-25 14:24:18 +00:00 committed by GitHub
parent 3ccde7afa1
commit 4cc82548ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 9 deletions

View File

@ -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]) {

View File

@ -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 {