Editors can now lock threads
This commit is contained in:
31
pages/thread/thread.scarlet
Normal file
31
pages/thread/thread.scarlet
Normal file
@ -0,0 +1,31 @@
|
||||
.thread
|
||||
horizontal
|
||||
justify-content center
|
||||
|
||||
.posts
|
||||
vertical
|
||||
width 100%
|
||||
max-width forum-width
|
||||
|
||||
.post
|
||||
vertical
|
||||
margin-bottom 1.75rem
|
||||
|
||||
.post-author
|
||||
margin-bottom 0.25rem
|
||||
|
||||
[data-highlight="true"]
|
||||
.post-content
|
||||
border 2px solid post-highlight-color
|
||||
|
||||
// [data-pro="true"]
|
||||
// .post-content
|
||||
// border 2px solid pro-color
|
||||
|
||||
> 600px
|
||||
.post
|
||||
horizontal
|
||||
margin-bottom 0.75rem
|
||||
|
||||
.post-author
|
||||
margin-bottom 0
|
Reference in New Issue
Block a user