Benjamin_D
(Benjamin Decotte)
Agosto 3, 2021, 6:57pm
2
Olá!
Eu diria que é muito provável e parece que você já encontrou o caminho experimentando no Chrome. Então, se sua pergunta é mais “onde aplicar minhas modificações?”, você encontrará um exemplo aqui:
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]
e muitos outros aqui Search results for 'category-list' - Discourse Meta