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

Commit 68bc811

Browse files
authored
Adjust message timestamp position on TimelineCard in non-bubble layouts (#8745)
1 parent 79a2dfe commit 68bc811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/css/views/right_panel/_TimelineCard.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ limitations under the License.
8787

8888
.mx_MessageTimestamp {
8989
position: absolute; // for modern layout and IRC layout
90-
right: -4px;
91-
left: auto;
90+
inset-inline-start: auto;
91+
inset-inline-end: 0;
9292
}
9393

9494
.mx_EventTile_msgOption {

0 commit comments

Comments
 (0)