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

Commit 4844cc1

Browse files
authored
Remove padding from event info line for hidden events on ThreadView (#9019)
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 644b841 commit 4844cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,8 +968,6 @@ $left-gutter: 64px;
968968

969969
// handling for hidden events (e.g reactions) in the thread view
970970
&.mx_EventTile_info {
971-
padding-top: 0;
972-
973971
.mx_EventTile_avatar {
974972
position: absolute;
975973
top: 1.5px; // Align with hidden event content
@@ -1000,6 +998,8 @@ $left-gutter: 64px;
1000998

1001999
&[data-layout=irc],
10021000
&[data-layout=group] {
1001+
padding-top: 0;
1002+
10031003
.mx_MessageTimestamp {
10041004
top: 2px; // Align with avatar
10051005
}

0 commit comments

Comments
 (0)