From a1957b772399e5747c70f5e42cd608951d721b3b Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 6 Sep 2017 17:33:35 -0400 Subject: [PATCH] FIX: Stop moving notifications on large screens --- app/assets/stylesheets/common/base/header.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 9dfdf12d929..1100ccbb6e5 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -64,6 +64,7 @@ float: left; } .icon { + position: relative; display: block; padding: 3px; color: dark-light-choose(scale-color($header_primary, $lightness: 50%), $header_primary); @@ -97,10 +98,6 @@ border-left: 1px solid $primary-low; border-right: 1px solid $primary-low; - .badge-notification { - top: -10px; - } - .flagged-posts { right: 24px; } @@ -146,6 +143,7 @@ z-index: 1; left: 0; top: -9px; + min-width: 6px; } .unread-notifications { left: auto;