mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: moves topic-list excerpts out of category / tag div
This commit is contained in:
parent
4ebf170fe4
commit
3457395f75
@ -31,11 +31,11 @@
|
||||
{{/unless}}
|
||||
{{/unless}}
|
||||
{{discourse-tags topic mode="list" tagsForUser=tagsForUser}}
|
||||
{{raw "list/action-list" topic=topic postNumbers=topic.liked_post_numbers className="likes" icon="heart"}}
|
||||
</div>
|
||||
{{#if expandPinned}}
|
||||
{{raw "list/topic-excerpt" topic=topic}}
|
||||
{{/if}}
|
||||
{{raw "list/action-list" topic=topic postNumbers=topic.liked_post_numbers className="likes" icon="heart"}}
|
||||
</div>
|
||||
</td>
|
||||
|
||||
{{#if showPosters}}
|
||||
|
@ -144,9 +144,6 @@
|
||||
.discourse-tag.box {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
.topic-excerpt {
|
||||
flex: 1 1 0%; // IE11 fix - unit on flexbasis is required
|
||||
}
|
||||
}
|
||||
|
||||
.topic-featured-link {
|
||||
|
Loading…
Reference in New Issue
Block a user