From 1ecbb2d2a0b2b84ebf17f329b5740d19598aa83a Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 3 Jun 2022 00:27:35 +0900 Subject: [PATCH] Adjust message timestamp position on TimelineCard in non-bubble layouts Signed-off-by: Suguru Hirahara --- 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 e2711b8c594..f3e6ac393c1 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 {