mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Insert a space before the featured link on mobile topic list view (glimmer) (#27793)
A followup to 16a8a31c52
This commit is contained in:
parent
27eea3250c
commit
df7a7a8c71
@ -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~}}
|
||||||
|
Loading…
Reference in New Issue
Block a user