mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
Remove posts icon and make post count bold in mobile topic lists
This commit is contained in:
parent
01180e78cc
commit
95257a192a
2 changed files with 4 additions and 1 deletions
app/assets
javascripts/discourse/templates/mobile/list
stylesheets/mobile
|
@ -42,7 +42,7 @@
|
|||
</div>
|
||||
|
||||
<div class="pull-right">
|
||||
<div class='num posts'><a href="{{lastUnreadUrl}}"><i class="icon icon-comments"></i> {{number posts_count numberKey="posts_long"}}</a></div>
|
||||
<div class='num posts'><a href="{{lastUnreadUrl}}">{{number posts_count numberKey="posts_long"}}</a></div>
|
||||
|
||||
{{#if like_count}}
|
||||
<div class='num likes'><a href='{{url}}{{#if has_best_of}}?filter=best_of{{/if}}' title='{{i18n topic.likes count="like_count"}}'><i class='icon-heart'></i> {{number like_count numberKey="likes_long"}}</a></div>
|
||||
|
|
|
@ -146,6 +146,9 @@
|
|||
float: left;
|
||||
margin-right: 8px;
|
||||
}
|
||||
.posts {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.num {
|
||||
|
|
Loading…
Reference in a new issue