From 6d88f200f1d1a6bc2e69acd209f945718dd9ebc4 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 15 Oct 2021 10:47:18 -0500 Subject: [PATCH] ThumbNavigation: fix truncated notification counter --- app/styles/navigation.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/navigation.scss b/app/styles/navigation.scss index 48262cdfe..d76425708 100644 --- a/app/styles/navigation.scss +++ b/app/styles/navigation.scss @@ -96,7 +96,8 @@ } .icon-with-counter__counter { - right: -8px; + right: -7px; + top: -5px; } }