From 68bc8112b3a7607b775bddc97776ceda4f51e480 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 2 Jun 2022 17:26:48 +0000 Subject: [PATCH] Adjust message timestamp position on TimelineCard in non-bubble layouts (#8745) --- res/css/views/right_panel/_TimelineCard.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/views/right_panel/_TimelineCard.scss b/res/css/views/right_panel/_TimelineCard.scss index e2711b8c59..f3e6ac393c 100644 --- a/res/css/views/right_panel/_TimelineCard.scss +++ b/res/css/views/right_panel/_TimelineCard.scss @@ -87,8 +87,8 @@ limitations under the License. .mx_MessageTimestamp { position: absolute; // for modern layout and IRC layout - right: -4px; - left: auto; + inset-inline-start: auto; + inset-inline-end: 0; } .mx_EventTile_msgOption {