UX: Notification was in the wrong place.

This commit is contained in:
Robin Ward 2016-04-25 17:50:04 -04:00
parent 7ab5d44c7c
commit 6fb46fe217
No known key found for this signature in database
GPG Key ID: 0E091E2B4ED1B83D
1 changed files with 9 additions and 0 deletions

View File

@ -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;