Seperated global and followed activity feed

This commit is contained in:
2018-11-12 14:24:00 +09:00
parent 76990417e4
commit f711cdb011
12 changed files with 114 additions and 20 deletions

View File

@ -7,7 +7,7 @@ component Forum(tag string, threads []*arn.Thread, threadsPerPage int)
ThreadList(threads)
.buttons
button#new-thread.action(data-action="load", data-trigger="click", data-url="/new/thread")
button#new-thread.page-main-action.action(data-action="load", data-trigger="click", data-url="/new/thread")
Icon("plus")
span New thread
//- if len(threads) == threadsPerPage

View File

@ -1,13 +1,13 @@
.forum
vertical
align-items center
.thread-link
width 100%
max-width forum-width
> 1250px
#new-thread
.page-main-action
position fixed
right content-padding
bottom content-padding