mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
set min-width on post unread counts
This commit is contained in:
parent
701843552a
commit
94c969b7d8
@ -36,9 +36,12 @@
|
|||||||
.badge-notification {
|
.badge-notification {
|
||||||
@extend %badge;
|
@extend %badge;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
padding: 3px 5px;
|
padding: 4px;
|
||||||
|
padding-top: 3px;
|
||||||
color: $white;
|
color: $white;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
min-width: 10px;
|
||||||
|
text-align: center;
|
||||||
background-color: $badge-notification-background-color;
|
background-color: $badge-notification-background-color;
|
||||||
&[href] {
|
&[href] {
|
||||||
color: $white;
|
color: $white;
|
||||||
|
Loading…
Reference in New Issue
Block a user