Remove inline margin from reactions row on IRC layout (#8891)
This commit is contained in:
@@ -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]) {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user