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

Commit 6bd090c

Browse files
luixxiulRiotRobot
authored andcommitted
Port #8249 to release (#8254)
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 70c1088 commit 6bd090c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,6 @@ $threadInfoLineHeight: calc(2 * $font-12px);
954954
.mx_EventTile {
955955
display: flex;
956956
flex-direction: column;
957-
padding-top: 14px; // due to layout differences, this odd number matches the 18px padding-top of main tl events
958957

959958
.mx_EventTile_line {
960959
padding-left: 0;
@@ -972,6 +971,10 @@ $threadInfoLineHeight: calc(2 * $font-12px);
972971
}
973972
}
974973

974+
.mx_EventTile:not([data-layout=bubble]) {
975+
padding-top: 14px; // due to layout differences, this odd number matches the 18px padding-top of main tl events
976+
}
977+
975978
.mx_EventTile[data-layout=bubble] {
976979
margin-left: 36px;
977980
margin-right: 36px;

0 commit comments

Comments
 (0)