UX: Insert a space before the featured link on mobile topic list view (glimmer) (#27793)

A followup to 16a8a31c52
This commit is contained in:
Jarek Radosz 2024-07-09 17:13:29 +02:00 committed by GitHub
parent 27eea3250c
commit df7a7a8c71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -445,7 +445,8 @@ export default class TopicListItem extends Component {
class="raw-link raw-topic-link" class="raw-link raw-topic-link"
/> />
{{~#if @topic.featured_link~}} {{~#if @topic.featured_link~}}
{{topicFeaturedLink @topic}}  
{{~topicFeaturedLink @topic}}
{{~/if~}} {{~/if~}}
<PluginOutlet @name="topic-list-after-title" /> <PluginOutlet @name="topic-list-after-title" />
{{~#if @topic.unseen~}} {{~#if @topic.unseen~}}