Better mobile version of the forum
This commit is contained in:
parent
76d43f9f43
commit
7f8e145a33
@ -11,4 +11,4 @@ component ForumTags
|
|||||||
component ForumTag(title string, category string, icon string)
|
component ForumTag(title string, category string, icon string)
|
||||||
a.button.forum-tag.ajax(href=strings.TrimSuffix("/forum/" + category, "/"))
|
a.button.forum-tag.ajax(href=strings.TrimSuffix("/forum/" + category, "/"))
|
||||||
Icon(arn.GetForumIcon(category))
|
Icon(arn.GetForumIcon(category))
|
||||||
span= title
|
span.forum-tag-text= title
|
@ -14,5 +14,13 @@
|
|||||||
color white !important
|
color white !important
|
||||||
background-color link-hover-color
|
background-color link-hover-color
|
||||||
|
|
||||||
|
< 920px
|
||||||
|
.forum-tag
|
||||||
|
.icon
|
||||||
|
margin-right 0
|
||||||
|
|
||||||
|
.forum-tag-text
|
||||||
|
display none
|
||||||
|
|
||||||
#load-more-threads
|
#load-more-threads
|
||||||
margin-top 1rem
|
margin-top 1rem
|
Loading…
Reference in New Issue
Block a user