Is there an easy way to increase the size of the flair that goes by your name when attached to certain groups?
.
Is there an easy way to increase the size of the flair that goes by your name when attached to certain groups?
.
In common - css of a theme or component. you can do something like this
Avatar flair resized from the default 40px to 60px:
.user-card-avatar .avatar-flair, .user-profile-avatar .avatar-flair {
background-size: 60px 60px;
width: 60px;
height: 60px;
}
default 40 px
60 px
Can change flair location with this component:
looks like it. (is there something else in the header tab thatās highlighted?)
code I posted should be here:
Yep, itās all there. The flair is still 20x20 in posts.
oh sorry I missed the post one.
For 30px
.user-card-avatar .avatar-flair, .user-profile-avatar .avatar-flair {
background-size: 60px 60px;
width: 60px;
height: 60px;
}
.topic-avatar .avatar-flair,
.avatar-flair-preview .avatar-flair,
.collapsed-info .user-profile-avatar .avatar-flair,
.user-image .avatar-flair,
.latest-topic-list-item .avatar-flair {
background-size: 30px 30px;
width: 30px;
height: 30px;
}
default 20px
30px
Thank you! Iām definitely not a coder, so I appreciate the support & assist!
no problem. you can fine tune adjust that px
sizing to granularly get it how you want.
A post was split to a new topic: Add a personal header to post
I noticed if I put a HEX color on it, it shrinks back down. Can you assist me here also
yea ok to make it easier for you and others to do this, I fired up a quick theme component:
Let me know how it works
You still have to change the flair image and background color in the group avatar flair settings. This component just provides some basic settings for sizing the image flairs and their background circles. Desktop only though - I tried some mobile stuff, but it wasnāt worth tweaking for that small.
Would this make a good addition to Avatar Size and Shape?
oh I forgot about that one. does it do the same thing? oh nm, itās just avatars, I thought it did flairs too. hmmm might not be a bad ideaā¦
mine is pretty basic that I threw together in a few min. I think Iād want to change the input fields format perhaps.
I think itās currently only for avatars, but group flairs seem āadjacentā if this could be folded in. Iād have to fire it up to check though.
@Lilly is it also possible to set perimeters around āstackingā flair? For what I have in mind, it would be beneficial for users to be able to stack several, based on ākindsā of groups theyāre in.
@Lilly why does flair disappear for me when in chat? Is there an easy way to have flair show in chats?
As far as I know, flairs have never been viewable in chat. You could always add a post to the existing feature request
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.