mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
FIX: Super sized badge
This commit is contained in:
parent
553d0ebb76
commit
a10e9ed232
1 changed files with 3 additions and 1 deletions
|
@ -122,7 +122,6 @@
|
||||||
top: -9px;
|
top: -9px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
left: 40px;
|
|
||||||
}
|
}
|
||||||
.unread-notifications {
|
.unread-notifications {
|
||||||
right: -4px;
|
right: -4px;
|
||||||
|
@ -131,6 +130,9 @@
|
||||||
.unread-private-messages {
|
.unread-private-messages {
|
||||||
left: 82px;
|
left: 82px;
|
||||||
}
|
}
|
||||||
|
.flagged-posts {
|
||||||
|
left: 40px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.flagged-posts {
|
.flagged-posts {
|
||||||
background: $danger;
|
background: $danger;
|
||||||
|
|
Loading…
Reference in a new issue