Seperated global and followed activity feed
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user