From d20db7118ebbd3cbcfa990fdc3ad26e6d0bd4e8d Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 30 Jun 2022 21:20:38 +0900 Subject: [PATCH] Fix font size of MessageTimestamp on TimelineCard Signed-off-by: Suguru Hirahara --- res/css/views/right_panel/_TimelineCard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/right_panel/_TimelineCard.scss b/res/css/views/right_panel/_TimelineCard.scss index a277b9ce6fa..1b5a559f32a 100644 --- a/res/css/views/right_panel/_TimelineCard.scss +++ b/res/css/views/right_panel/_TimelineCard.scss @@ -75,6 +75,7 @@ limitations under the License. .mx_MessageTimestamp { inset-inline: auto 0; + font-size: $font-12px; } .mx_ReactionsRow {