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

Remove padding from event info line for hidden events on ThreadView #9019

Merged
merged 1 commit into from
Jul 8, 2022
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -968,8 +968,6 @@ $left-gutter: 64px;

// handling for hidden events (e.g reactions) in the thread view
&.mx_EventTile_info {
padding-top: 0;

.mx_EventTile_avatar {
position: absolute;
top: 1.5px; // Align with hidden event content
Expand Down Expand Up @@ -1000,6 +998,8 @@ $left-gutter: 64px;

&[data-layout=irc],
&[data-layout=group] {
padding-top: 0;

.mx_MessageTimestamp {
top: 2px; // Align with avatar
}
Expand Down