larger emojis in chat

This commit is contained in:
matty 2024-06-22 16:47:32 -04:00
parent a75e8af1ad
commit 794a97fbdd
1 changed files with 3 additions and 3 deletions

View File

@ -135,9 +135,9 @@
// Changing size for emojis, to have bigger custom emojis
img.emoji {
width: unset !important;
height: unset !important;
max-height: 4.25em !important; // and no max-width
width: 3.5rem !important;
height: 3.5rem !important;
// max-height: 4.25em !important; // and no max-width
}
// underline links in chat messages