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

Commit 4cc8254

Browse files
authored
Remove inline margin from reactions row on IRC layout (#8891)
1 parent 3ccde7a commit 4cc8254

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
106106
.mx_ThreadSummaryIcon {
107107
margin-left: $left-gutter;
108108
}
109+
110+
.mx_ReactionsRow {
111+
margin: $spacing-4 64px;
112+
}
109113
}
110114
}
111115

@@ -296,10 +300,6 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
296300
bottom: 0;
297301
right: 0;
298302
}
299-
300-
.mx_ReactionsRow {
301-
margin: $spacing-4 64px;
302-
}
303303
}
304304

305305
.mx_GenericEventListSummary:not([data-layout=bubble]) {

res/css/views/rooms/_IRCLayout.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ $irc-line-height: $font-18px;
115115
.mx_EditMessageComposer_buttons {
116116
position: relative;
117117
}
118-
119-
.mx_ReactionsRow {
120-
padding-left: 0;
121-
padding-right: 0;
122-
}
123118
}
124119

125120
.mx_EventTile_emote {

0 commit comments

Comments
 (0)