From 0af4d7cc209f39bceb0f534b917c6cbd7025480d Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 25 Feb 2016 23:39:31 -0800 Subject: [PATCH] read-state dot can't overflow, shift left --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 3fcc69dbac3..f148d4817f1 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -973,7 +973,7 @@ span.highlighted { .read-state { color: scale-color($tertiary, $lightness: 50%); position: absolute; - right: -2px; + right: 0px; top: 13px; font-size: 0.571em; }