mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
set min-width on post unread counts
This commit is contained in:
parent
701843552a
commit
94c969b7d8
1 changed files with 4 additions and 1 deletions
|
@ -36,9 +36,12 @@
|
|||
.badge-notification {
|
||||
@extend %badge;
|
||||
margin-left: 3px;
|
||||
padding: 3px 5px;
|
||||
padding: 4px;
|
||||
padding-top: 3px;
|
||||
color: $white;
|
||||
font-size: 11px;
|
||||
min-width: 10px;
|
||||
text-align: center;
|
||||
background-color: $badge-notification-background-color;
|
||||
&[href] {
|
||||
color: $white;
|
||||
|
|
Loading…
Reference in a new issue