Added stylish mountable effect

This commit is contained in:
2017-06-20 20:13:04 +02:00
parent 540ce452fc
commit b09d3027de
14 changed files with 81 additions and 32 deletions

View File

@ -1,5 +1,5 @@
component Postable(post arn.Postable, viewUser *arn.User, highlightAuthorID string)
.post(data-highlight=post.Author().ID == highlightAuthorID)
.post.mountable(data-highlight=post.Author().ID == highlightAuthorID)
.post-author
Avatar(post.Author())