Merge pull request #2 from tshenry/master

Fix issues with category logos
This commit is contained in:
Penar Musaraj 2019-08-12 16:49:57 -04:00 committed by GitHub
commit 9af5d53256
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;
}