Just a minor detail, but it would be nice if the hover state on the flair respected the full name of the group as opposed to the database value.
Hey guys, Iām trying to figure out how to align flairs. Currently, by default our flairs sit far off to the side:
What would the recommended steps be to fix this?
Also, I noticed that if somebody is a member of more than one group with flairs, it assigns the last flair that was changed. Are there plans to build a priority system of some sort, so that one will display over another, based on its priority, if somebody has multiple?
For reference it happens if you set more than a primary groups. At the moment the user is always moved to the last group he entered:
As an admin you can change it manually in the /admin/users
window
Are you using a particular theme or your customizations are self-made?
BTW adding a new line of CSS should works.
This is the original code, change the value -6
and set one that suits your customizations
.topic-avatar .avatar-flair {
right: -6px;
}