From 535b101f7d4cd50c81eb4aa71d961af5c5d70284 Mon Sep 17 00:00:00 2001 From: HardenedSteel <19209715+HardenedSteel@users.noreply.github.com> Date: Thu, 3 Sep 2026 04:57:36 +0300 Subject: [PATCH] fix(composer): overflowing emotes/stickers --- src/lib/ui/primitives/EmoteBoard.svelte | 5 +++++ 1 file changed, 5 insertions(+) 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. */