Help
Log in...
Hot
New
Top
Bottom
New post
New here?
Create an account to submit posts, participate in discussions and chat with people.
Sign up
Dismiss
2
Anyway to create user flairs?
How do I get a flair?
posted
2 years ago
by
INeedAPinochet
(
+2
/
-0
)
2 comments
Permalink
I finally managed to create post flair, but user flair?
You must
log in
or
sign up
to comment
2 comments:
Sort by:
Top
New
Old
Bottom
1
admin
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";
}
Permalink
Reply
None
0
INeedAPinochet
2 years ago
0 points
(
+0
/
-0
)
Thanks, I guess people will have to compensate with better usernames lol
Permalink
Reply
None
Toast message
<
×
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";
}