How do I increase the badges and icons next to twitch username on Kapchat?

Hiya, you can play around with the ‘.tag’ size, you can set the width and height for the badges, for example:

.tag {
    width: 25px!important;
    height: 25px!important;
}
1 Like