UX: hide category image on categories page (#192)
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
.category-list {
|
.category-list {
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
|
|
||||||
th.topics {
|
th.topics,
|
||||||
|
.category-logo {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -224,7 +225,8 @@
|
|||||||
margin-inline: 1rem;
|
margin-inline: 1rem;
|
||||||
|
|
||||||
.num.posts,
|
.num.posts,
|
||||||
.category-topics-count {
|
.category-topics-count,
|
||||||
|
.category-logo {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -261,6 +263,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.category-boxes.with-subcategories {
|
.category-boxes.with-subcategories {
|
||||||
|
.category-logo {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
@include viewport.from(sm) {
|
@include viewport.from(sm) {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user