mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 02:31:55 +08:00
set min-width on post unread counts
This commit is contained in:
parent
701843552a
commit
94c969b7d8
@ -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…
x
Reference in New Issue
Block a user