Lilly
2
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:
4 Likes