mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: show category badge underneath title in user stream
This commit is contained in:
parent
34acb805a4
commit
acf6c27c65
@ -7,7 +7,7 @@
|
|||||||
<span class="title">
|
<span class="title">
|
||||||
<a href="{{unbound item.postUrl}}">{{unbound item.title}}</a>
|
<a href="{{unbound item.postUrl}}">{{unbound item.title}}</a>
|
||||||
</span>
|
</span>
|
||||||
<span class="category">{{category-link item.category}}</span>
|
<div class="category">{{category-link item.category}}</div>
|
||||||
</div>
|
</div>
|
||||||
<p class='excerpt'>{{{unbound item.excerpt}}}</p>
|
<p class='excerpt'>{{{unbound item.excerpt}}}</p>
|
||||||
{{#each child in item.children}}
|
{{#each child in item.children}}
|
||||||
|
@ -402,9 +402,6 @@
|
|||||||
|
|
||||||
|
|
||||||
.user-stream {
|
.user-stream {
|
||||||
.category {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
.excerpt {
|
.excerpt {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
font-size: 0.929em;
|
font-size: 0.929em;
|
||||||
|
Loading…
Reference in New Issue
Block a user