Heavily improved forum readability
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
component Forum(tag string, threads []*arn.Thread)
|
||||
h2.page-title Forum
|
||||
ForumTags
|
||||
ThreadList(threads)
|
||||
.forum
|
||||
ThreadList(threads)
|
||||
|
||||
.buttons
|
||||
button
|
||||
|
@ -1,6 +1,17 @@
|
||||
.forum
|
||||
vertical
|
||||
align-items center
|
||||
|
||||
.thread-link
|
||||
width 100%
|
||||
max-width forum-width
|
||||
|
||||
.forum-tag
|
||||
color text-color !important
|
||||
:hover
|
||||
color white !important
|
||||
&.active
|
||||
color white
|
||||
color white !important
|
||||
background-color link-hover-color
|
||||
|
||||
#load-more-threads
|
||||
|
Reference in New Issue
Block a user