Is it possible to increase the size of a group flair?

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

This is a screenshot of a profile page from a social media platform, featuring an avatar of a person with purple hair and glasses.  (Captioned by AI)

60 px

This is a digital screenshot of a user profile or dashboard, likely from a social media platform or a gaming community.  (Captioned by AI)

Can change flair location with this component:

4 Likes