feat: hide stuff on xs

main
Barış Soner Uşaklı 4 years ago
parent 01e00b1501
commit 44a3dfb30c

@ -1,12 +1,12 @@
<div class="stats hidden-xs text-muted"> <div class="stats text-muted">
<i class="fa fa-fw fa-user" title="[[global:posters]]"></i> <i class="fa fa-fw fa-user" title="[[global:posters]]"></i>
<span title="{postercount}" class="human-readable-number">{postercount}</span> <span title="{postercount}" class="human-readable-number">{postercount}</span>
</div> </div>
<div class="stats hidden-xs text-muted"> <div class="stats text-muted">
<i class="fa fa-fw fa-pencil" title="[[global:posts]]"></i> <i class="fa fa-fw fa-pencil" title="[[global:posts]]"></i>
<span component="topic/post-count" title="{postcount}" class="human-readable-number">{postcount}</span> <span component="topic/post-count" title="{postcount}" class="human-readable-number">{postcount}</span>
</div> </div>
<div class="stats hidden-xs text-muted"> <div class="stats text-muted">
<i class="fa fa-fw fa-eye" title="[[global:views]]"></i> <i class="fa fa-fw fa-eye" title="[[global:views]]"></i>
<span class="human-readable-number" title="{viewcount}">{viewcount}</span> <span class="human-readable-number" title="{viewcount}">{viewcount}</span>
</div> </div>

@ -29,13 +29,13 @@
</div> </div>
<div class="tags tag-list inline-block"> <div class="tags tag-list inline-block hidden-xs">
<!-- IMPORT partials/topic/tags.tpl --> <!-- IMPORT partials/topic/tags.tpl -->
</div> </div>
<div class="inline-block"> <div class="inline-block hidden-xs">
<!-- IMPORT partials/topic/stats.tpl --> <!-- IMPORT partials/topic/stats.tpl -->
</div> </div>
{{{ if rssFeedUrl }}}<a target="_blank" href="{rssFeedUrl}"><i class="fa fa-rss-square"></i></a>{{{ end }}} {{{ if rssFeedUrl }}}<a class="hidden-xs" target="_blank" href="{rssFeedUrl}"><i class="fa fa-rss-square"></i></a>{{{ end }}}
<!-- IMPORT partials/topic/browsing-users.tpl --> <!-- IMPORT partials/topic/browsing-users.tpl -->
<!-- IMPORT partials/post_bar.tpl --> <!-- IMPORT partials/post_bar.tpl -->

Loading…
Cancel
Save