Benjamin_D
(Benjamin Decotte)
03.Август.2021 18:57:58
2
Привет!
Я бы сказал, что это вполне вероятно, и похоже, вы уже нашли способ, поэкспериментировав в Chrome. Если ваш вопрос скорее «где применить мои изменения?», то пример вы найдёте здесь:
You’re adding category logos that already include descriptions. They force the text-based Discourse descriptions to be rendered out of view - because the category logos are so wide.
[image]
Even when they’re out of view, they will still affect the layout of their sibling elements.
Can you try adding this CSS to your theme under desktop > CSS
.category-list {
.category-description {
display: none;
}
.category-logo.aspect-image {
margin-bottom: 0;
}
}
like so
[image]
а также множество других примеров здесь: Search results for 'category-list' - Discourse Meta