Improved forum frontpage
This commit is contained in:
@ -3,7 +3,10 @@ component Forum(tag string, threads []*arn.Thread)
|
||||
ForumTags
|
||||
ThreadList(threads)
|
||||
|
||||
button#load-more-threads Load more
|
||||
.buttons
|
||||
button
|
||||
Icon("refresh")
|
||||
span Load more
|
||||
|
||||
component ThreadList(threads []*arn.Thread)
|
||||
each thread in threads
|
||||
|
@ -1,7 +1,7 @@
|
||||
.forum-tag
|
||||
&.active
|
||||
color white
|
||||
background-color text-color
|
||||
background-color link-hover-color
|
||||
|
||||
#load-more-threads
|
||||
margin-top 1rem
|
Reference in New Issue
Block a user