From e5a05b039479490bef49bd01b941cb878bbe16e4 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Thu, 14 Aug 2025 15:51:42 +0200 Subject: [PATCH] UX: set emoji size to 1em --- app/assets/stylesheets/embed.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/embed.scss b/app/assets/stylesheets/embed.scss index 0626960d6f918..92b32e2942843 100644 --- a/app/assets/stylesheets/embed.scss +++ b/app/assets/stylesheets/embed.scss @@ -115,8 +115,8 @@ article.post { } img.emoji { - width: 20px; - height: 20px; + width: 1em; + height: 1em; } .in-reply-to {