diff --git a/src/lib/ui/primitives/EmoteBoard.svelte b/src/lib/ui/primitives/EmoteBoard.svelte index 43a3b3e5..b177a13d 100644 --- a/src/lib/ui/primitives/EmoteBoard.svelte +++ b/src/lib/ui/primitives/EmoteBoard.svelte @@ -690,6 +690,11 @@ justify-content: center; padding: var(--space-100); width: var(--emote-cell, 2.5rem); + + span { + max-width: 100%; + max-height: 100%; + } } /* Sized to the 32px custom emote beside it, not to the surrounding type. */