UX: control whitespace on categories topic list (#15965)

This commit is contained in:
Kris
2022-02-15 20:01:23 -05:00
committed by GitHub
parent c6265eec6b
commit af73405958

View File

@ -9,10 +9,10 @@
<div class="top-row"> <div class="top-row">
{{raw "topic-status" topic=topic}} {{raw "topic-status" topic=topic}}
{{topic-link topic}} {{topic-link topic}}
{{#if topic.featured_link}} {{~#if topic.featured_link}}
{{topic-featured-link topic}} {{topic-featured-link topic}}
{{/if}} {{/if}}
{{topic-post-badges unreadPosts=topic.unread_posts unseen=topic.unseen url=topic.lastUnreadUrl}} {{~topic-post-badges unreadPosts=topic.unread_posts unseen=topic.unseen url=topic.lastUnreadUrl}}
</div> </div>
<div class="bottom-row"> <div class="bottom-row">
{{category-link topic.category}}{{discourse-tags topic mode="list"}}{{! intentionally inline to avoid whitespace}} {{category-link topic.category}}{{discourse-tags topic mode="list"}}{{! intentionally inline to avoid whitespace}}