Discord: larger emoji in messages
Enlarges the emoji placed inside message text so they are clearer and more expressive.
Code to copy
/* Make inline emoji in messages noticeably larger */
[class*="messageContent"] img[class*="emoji"] {
width: 1.7em !important;
height: 1.7em !important;
vertical-align: -0.4em !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.