FIX: Stop moving notifications on large screens

This commit is contained in:
Robin Ward 2017-09-06 17:33:35 -04:00
parent 8a935a4b5f
commit a1957b7723
1 changed files with 2 additions and 4 deletions

View File

@ -64,6 +64,7 @@
float: left;
}
.icon {
position: relative;
display: block;
padding: 3px;
color: dark-light-choose(scale-color($header_primary, $lightness: 50%), $header_primary);
@ -97,10 +98,6 @@
border-left: 1px solid $primary-low;
border-right: 1px solid $primary-low;
.badge-notification {
top: -10px;
}
.flagged-posts {
right: 24px;
}
@ -146,6 +143,7 @@
z-index: 1;
left: 0;
top: -9px;
min-width: 6px;
}
.unread-notifications {
left: auto;