mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:50:00 +08:00
minor unread circle alignment fix
This commit is contained in:
parent
1f42dda939
commit
06e048bf89
|
@ -61,11 +61,11 @@ h1 a.badge-category div {vertical-align: top;}
|
|||
|
||||
.badge-notification {
|
||||
@extend %badge;
|
||||
padding: 3px;
|
||||
padding: 3px 5px;
|
||||
vertical-align: middle;
|
||||
color: $secondary;
|
||||
font-size: 11px;
|
||||
line-height: 1;
|
||||
min-width: 11px;
|
||||
text-align: center;
|
||||
background-color: scale-color($primary, $lightness: 70%);
|
||||
&[href] {
|
||||
|
|
Loading…
Reference in New Issue
Block a user