show featured topic links on categories-with-latest page too
This commit is contained in:
parent
56ee4ffadc
commit
007408c285
|
@ -12,6 +12,9 @@
|
||||||
<tr>
|
<tr>
|
||||||
{{topic-status topic=topic}}
|
{{topic-status topic=topic}}
|
||||||
{{topic-link topic}}
|
{{topic-link topic}}
|
||||||
|
{{#if topic.featured_link}}
|
||||||
|
{{topic-featured-link topic}}
|
||||||
|
{{/if}}
|
||||||
{{topic-post-badges newPosts=topic.totalUnread unseen=topic.unseen url=topic.lastUnreadUrl}}
|
{{topic-post-badges newPosts=topic.totalUnread unseen=topic.unseen url=topic.lastUnreadUrl}}
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -88,6 +88,10 @@ html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-ligh
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topic-featured-link {
|
||||||
|
padding-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.topic-excerpt {
|
.topic-excerpt {
|
||||||
font-size: 0.929em;
|
font-size: 0.929em;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
|
|
@ -151,6 +151,10 @@
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topic-featured-link {
|
||||||
|
padding-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.topic-list {
|
.topic-list {
|
||||||
.posts {
|
.posts {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue