mirror of https://github.com/vector-im/riot-web
Remove inline margin from reactions row on IRC layout (#8891)
parent
3ccde7afa1
commit
4cc82548ac
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue