Fix the badge widows on mobile (#5777)
This commit is contained in:
@@ -8,17 +8,17 @@
|
||||
<div>
|
||||
{{/unless~}}
|
||||
<div class='main-link'>
|
||||
{{raw "topic-status" topic=topic}}
|
||||
{{topic-link topic}}
|
||||
{{#if topic.featured_link}}
|
||||
{{topic-featured-link topic}}
|
||||
{{/if}}
|
||||
{{#if topic.unseen}}
|
||||
<span class="badge-notification new-topic"></span>
|
||||
{{/if}}
|
||||
{{~#if expandPinned}}
|
||||
{{raw "list/topic-excerpt" topic=topic}}
|
||||
{{/if~}}
|
||||
{{~raw "topic-status" topic=topic~}}
|
||||
{{~topic-link topic~}}
|
||||
{{~#if topic.featured_link~}}
|
||||
{{~topic-featured-link topic~}}
|
||||
{{~/if~}}
|
||||
{{~#if topic.unseen~}}
|
||||
<span class="badge-notification new-topic"></span>
|
||||
{{~/if~}}
|
||||
{{~#if expandPinned~}}
|
||||
{{~raw "list/topic-excerpt" topic=topic~}}
|
||||
{{~/if~}}
|
||||
</div>
|
||||
|
||||
<div class='pull-right'>
|
||||
|
||||
Reference in New Issue
Block a user