Improved posts style

This commit is contained in:
2019-06-09 09:52:13 +09:00
parent a0ee24e81e
commit 2074d81e69
10 changed files with 74 additions and 89 deletions

View File

@ -1,7 +1,7 @@
component Post(post *arn.Post, user *arn.User)
.thread
.posts
Postable(post, user, true, "", "")
Postable(post, user, true, "")
.side-note-container.mountable
if user != nil && user.Role == "admin"