From 9540eb27753c07dbd951bce43d794987c038a76c Mon Sep 17 00:00:00 2001 From: Dank Gabs Date: Wed, 3 Jul 2019 14:18:54 -0400 Subject: [PATCH] Proper fix for the position of the notification counter in the mobile navigation. Everything in the main navigation is matching the mockup specs tightly. --- app/javascript/styles/gabsocial/components.scss | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/app/javascript/styles/gabsocial/components.scss b/app/javascript/styles/gabsocial/components.scss index 8deef9b7..c5c403bb 100644 --- a/app/javascript/styles/gabsocial/components.scss +++ b/app/javascript/styles/gabsocial/components.scss @@ -1638,14 +1638,10 @@ a.account__display-name { box-sizing: border-box; left: -16px; top: -14px; - - - // @media screen and (max-width: 970px) { - // left: 27px; - // top: 0; - // } - - + @media screen and (max-width: $nav-breakpoint-1) { + left: 27px; + top: 0; + } min-width: 16px; height: 16px; padding: 1px 3px 0;