Skip to content

Commit b5d3481

Browse files
authored
Merge branch 'discourse:main' into main
2 parents 43df1ac + 35d4103 commit b5d3481

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

scss/categories-view.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
.category-list {
55
border-collapse: separate;
66

7-
th.topics {
7+
th.topics,
8+
.category-logo {
89
display: none;
910
}
1011

@@ -224,7 +225,8 @@
224225
margin-inline: 1rem;
225226

226227
.num.posts,
227-
.category-topics-count {
228+
.category-topics-count,
229+
.category-logo {
228230
display: none;
229231
}
230232

@@ -261,6 +263,10 @@
261263
}
262264

263265
.category-boxes.with-subcategories {
266+
.category-logo {
267+
display: none;
268+
}
269+
264270
@include viewport.from(sm) {
265271
margin-top: 0;
266272
}

0 commit comments

Comments
 (0)