diff --git a/app/assets/javascripts/discourse/templates/header.hbs b/app/assets/javascripts/discourse/templates/header.hbs index 28da2d800..a857ee395 100644 --- a/app/assets/javascripts/discourse/templates/header.hbs +++ b/app/assets/javascripts/discourse/templates/header.hbs @@ -48,6 +48,7 @@ {{#if currentUser.unread_private_messages}} {{currentUser.unread_private_messages}} {{/if}} + {{plugin-outlet "header-notifications"}} {{/header-dropdown}} {{/if}} diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 51d5835c2..63c41255d 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -118,14 +118,14 @@ margin-left: 0; } .unread-notifications { - right: -4px; + right: 0; background-color: scale-color($tertiary, $lightness: 50%); } .unread-private-messages { - left: 82px; + right: 25px; } .flagged-posts { - left: 40px; + right: 65px; } } .flagged-posts {