Better mobile version of the forum

This commit is contained in:
Eduard Urbach 2017-06-20 15:51:27 +02:00
parent 76d43f9f43
commit 7f8e145a33
2 changed files with 9 additions and 1 deletions

View File

@ -11,4 +11,4 @@ component ForumTags
component ForumTag(title string, category string, icon string)
a.button.forum-tag.ajax(href=strings.TrimSuffix("/forum/" + category, "/"))
Icon(arn.GetForumIcon(category))
span= title
span.forum-tag-text= title

View File

@ -14,5 +14,13 @@
color white !important
background-color link-hover-color
< 920px
.forum-tag
.icon
margin-right 0
.forum-tag-text
display none
#load-more-threads
margin-top 1rem