We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The emotes appear a bit smaller than the text and are a bit hard to read. Is there any way with custom CSS to adjust the size of those?
The text was updated successfully, but these errors were encountered:
I was able to do this by adding this code:
#chat_container .emote { border-radius: 10%; max-width: 600px; height: 72px; max-height: 72px; vertical-align: bottom; margin-bottom: -2px; margin-top: 2px; }
if anyone has a better understanding and can correct this or offer better insight please do, I copied this from a friend.
Sorry, something went wrong.
No branches or pull requests
The emotes appear a bit smaller than the text and are a bit hard to read. Is there any way with custom CSS to adjust the size of those?
The text was updated successfully, but these errors were encountered: