Fix issues with category logos

This commit is contained in:
tshenry 2019-08-12 13:41:19 -07:00 committed by GitHub
parent 9ee2d012c6
commit e3b829dfb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -9,7 +9,6 @@ span.category-badge-icon {
.categories .category h3,
.badge-wrapper .badge-category {
display: inline-flex;
.d-icon {
margin-right: 5px;
&:not(.d-icon-lock) {
@ -23,10 +22,15 @@ span.category-badge-icon {
.d-icon:not(.d-icon-lock) {
color: inherit;
}
div {
display: inline;
}
.category-icon-widget {
vertical-align: baseline;
}
}
.categories-list .category-box-heading h3 div {
display: inline;
}
.category-list .category h3 > div {
float: left;
}