From 52fb523bbb895478587a5dbfeeb4cbd4f176bf14 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 14 Feb 2024 15:52:02 -0500 Subject: [PATCH] UX: show the full mobile read-state indicator (#25678) --- app/assets/stylesheets/mobile/topic-post.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 716123cc9a6..156dda75268 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -387,12 +387,11 @@ span.highlighted { // contained within the padding to prevent vertical overflow max-width: var(--d-wrap-padding-h); right: calc(var(--d-wrap-padding-h) * -1); - font-size: var(--font-down-2); - overflow: hidden; - margin-top: 0.15em; + font-size: var(--font-down-5); + margin-top: 0.45em; svg { - right: calc(var(--d-wrap-padding-h) / 2.5 * -1); + right: 0.25em; } }