Added timestamps to forum
This commit is contained in:
@ -41,6 +41,9 @@ post-content-padding-y = 0.75rem
|
||||
:hover
|
||||
.post-toolbar
|
||||
opacity 1
|
||||
|
||||
.post-date
|
||||
opacity 0.25
|
||||
|
||||
.thread-content
|
||||
horizontal
|
||||
@ -119,6 +122,15 @@ post-content-padding-y = 0.75rem
|
||||
.post-text-input
|
||||
min-height 200px
|
||||
|
||||
.post-date
|
||||
position absolute
|
||||
right -1rem
|
||||
top 0.25rem
|
||||
white-space nowrap
|
||||
opacity 0
|
||||
transform translateX(100%)
|
||||
default-transition
|
||||
|
||||
// Old
|
||||
|
||||
// #posts
|
||||
|
Reference in New Issue
Block a user