From 54cc0e4735377e3241777f3e74ef52ce949ab7c6 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Tue, 29 Oct 2024 03:26:41 +0900 Subject: [PATCH] feat: support wider emoji (#3028) --- styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/global.css b/styles/global.css index 5c018aa2..1942824d 100644 --- a/styles/global.css +++ b/styles/global.css @@ -40,7 +40,7 @@ body { .iconify-emoji { display: inline-block; height: 1.2em; - width: 1.2em; + max-width: 100%; margin-right: 0.075em; margin-left: 0.075em; object-fit: contain;