Skip to content
New issue

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

Adjust emote size #48

Open
bressingham opened this issue Jul 2, 2024 · 1 comment
Open

Adjust emote size #48

bressingham opened this issue Jul 2, 2024 · 1 comment

Comments

@bressingham
Copy link

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?

@bressingham
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant