From c89e74a25ce44cf9279247e3cf7e9d9e4b589f73 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Fri, 20 Dec 2024 23:55:45 +0100 Subject: [PATCH] fix font size --- src/views/post/post.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/post/post.module.css b/src/views/post/post.module.css index ffd890e6..5f18920a 100644 --- a/src/views/post/post.module.css +++ b/src/views/post/post.module.css @@ -505,6 +505,7 @@ .editedInfo { color: var(--post-mobile-abbr-text-color); + font-size: var(--post-mobile-abbr-font-size); } .showOriginal {