mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Add new outlet for plugin notifications, plus use right alignment
This commit is contained in:
parent
b2c73e7045
commit
f3748ce0a9
2 changed files with 4 additions and 3 deletions
|
@ -48,6 +48,7 @@
|
|||
{{#if currentUser.unread_private_messages}}
|
||||
<a href {{action "showUserMenu"}} class='badge-notification unread-private-messages'>{{currentUser.unread_private_messages}}</a>
|
||||
{{/if}}
|
||||
{{plugin-outlet "header-notifications"}}
|
||||
{{/header-dropdown}}
|
||||
{{/if}}
|
||||
</ul>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue