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

Fix misaligned timestamps for thread roots which are emotes #9875

Merged
merged 6 commits into from
Jan 11, 2023
1 change: 1 addition & 0 deletions res/css/views/rooms/_EventTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,7 @@ $left-gutter: 64px;
font-size: $font-12px;
max-width: var(--MessageTimestamp-max-width);
position: initial;
margin-left: auto; /* to ensure it's end-aligned even if it's the only element of its parent */
}

&:hover {
Expand Down