From 6fb46fe217efbcd3f094f7c4fa3008bfa40502ab Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 25 Apr 2016 17:50:04 -0400 Subject: [PATCH] UX: Notification was in the wrong place. --- app/assets/stylesheets/common/base/header.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 24e28ba2b..247fcc4bd 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -88,6 +88,15 @@ border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); border-left: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); border-right: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); + + .badge-notification { + top: -10px; + } + + .flagged-posts { + right: 24px; + } + &:after { display: block; position: absolute;