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

Remove inline margin from reactions row on IRC layout #8891

Merged
merged 2 commits into from
Jun 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
padding-bottom: 3px;
line-height: $font-22px;
}

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

Expand Down Expand Up @@ -291,10 +295,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 @@ -120,11 +120,6 @@ $irc-line-height: $font-18px;
.mx_EditMessageComposer_buttons {
position: relative;
}

.mx_ReactionsRow {
padding-left: 0;
padding-right: 0;
}
}

.mx_EventTile_emote {
Expand Down