From 4edebef9aa88242d6987658b8ac47377a9d01b9e Mon Sep 17 00:00:00 2001 From: diondiondion Date: Tue, 2 Jun 2026 14:04:40 +0200 Subject: [PATCH] [Glitch] Fix formatting of user names with custom emojis in `EmptyState` component Port b076ef1b1bbdd0d27891ff167f942deeb8c29023 to glitch-soc Signed-off-by: Claire --- .../glitch/components/empty_state/empty_state.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/components/empty_state/empty_state.module.scss b/app/javascript/flavours/glitch/components/empty_state/empty_state.module.scss index cb2332aec6..868c6ea03b 100644 --- a/app/javascript/flavours/glitch/components/empty_state/empty_state.module.scss +++ b/app/javascript/flavours/glitch/components/empty_state/empty_state.module.scss @@ -13,7 +13,7 @@ .content { max-width: 370px; - :where(svg, img) { + > :where(svg, img) { width: 200px; aspect-ratio: 1; object-fit: contain;