New here?
Create an account to submit posts, participate in discussions and chat with people.
Sign up
You must log in or sign up to comment
2 comments:
2 years ago 1 point (+1 / -0 ) Edited 2022-02-16 04:45:09 1 child
No such feature yet. A CSS trick might help though, that's how we do in on consumeproduct.win which also doesn't support them:
  
    a.authorName[href="/u/INeedAPinochet/"]::after {
        border: 1px solid #b6b6a9;
        background-color: #f2f2ec;
        color: black;
        padding-left: 5px;
        padding-right: 5px;
        text-decoration: none;
        font-size: 12px;
        display: inline-block;
        font-weight: normal;
        content: "A flair";
    }
None
2 years ago 0 points (+0 / -0 )
Thanks, I guess people will have to compensate with better usernames lol
None
Toast message