This gap is playing havoc with my OCD
Can we close it up a bit?
Discourse v2.2.0.beta9+40
The spacing above / below the “browse other topics” line looks pretty balanced to me! But if you want to tighten it up overall you could do:
.suggested-topics {
padding-bottom: 10px;
}
.suggested-topics .topics {
padding-bottom: 10px;
}
Just reduce both those numbers (both default at 15px).
The gap between the words mate, where the red arrows are pointing?
Lmao totally missed that…I guess a specific HTML element is worth a thousand screenshots
Makes sense, so I think basically this would fix:
.suggested-topics-message .badge-wrapper.bullet {
margin: 0 5px;
}
This will be fixed via
https://github.com/discourse/discourse/commit/a9734eef8159bf08c53ab7920b4fc69ce1d6de0a
thanks for reporting the issue @Richie
This topic was automatically closed after 15 hours. New replies are no longer allowed.