FIX: Stop moving notifications on large screens
This commit is contained in:
parent
8a935a4b5f
commit
a1957b7723
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue