Hello,
In version 1.0.4 I have a small custom CSS to adding "author" label in posts and working ok but now in version 1.2.0 not working.
This is my code I have in 1.0.4 :
div.PostStream div.PostStream-item:not(:first-child) article.CommentPost.Post.Post--by-start-user .Post-header h3:after
{
content: "Author";
background: #F05D1D;
border-radius: 4px;
padding-left: 10px;
padding-right: 10px;
color: #fff;
margin-left: 14px;
}
I post this problem in the original thread but view that the autor delete his account in Flarum.
I review the code in new Flarum version and not view any element with this name post--by-start-user
to find all the messages creates for the OP.
Now in this new Flarum version view all the message with similar class
All messages view that have the same labels with class "item-user
" and "PostUser
" for all.
Now, how Flarum can differentiate the author post and the others users?
If any developer can guide me in the problem I would appreciate it.
: 😅