mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
UX: Notification was in the wrong place.
This commit is contained in:
parent
7ab5d44c7c
commit
6fb46fe217
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue