How to fix size of icons behind username for KapChat

If you look closely you see that for example, the broadcaster icon is a bit off the username text https://cdn.discordapp.com/attachments/487935756728533001/587024874430791681/unknown.png
How do I fix this?

Do you have custom CSS code? By default the icon is aligned normal:

1 Like

Yes, I have but only this code
.chat_line {
line-height: 35px;
font-size: 20px;

}
I have noticed that if I change the line height it changes.
I am wondering how I can change the icon size that it gets the same size with the username and all + having the space between each message. and thank you for the fast answer!

Gotcha, yeah you will have to adjust the badges size with the line height, I just posted here how to:

1 Like

Thanks for the awsome help!

And funny that you posted that 15 min ago Lmao

Hehe, yeah the timing was perfect!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.