From 70905c5c711deaebf9018561032faee721b8d4a5 Mon Sep 17 00:00:00 2001 From: amy Date: Sun, 19 Mar 2023 12:47:45 -0700 Subject: [PATCH] restore emoji width --- src/components/rich_content/rich_content.scss | 1 + src/components/status_body/status_body.scss | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/components/rich_content/rich_content.scss b/src/components/rich_content/rich_content.scss index 63df7d74..db08ef1e 100644 --- a/src/components/rich_content/rich_content.scss +++ b/src/components/rich_content/rich_content.scss @@ -50,6 +50,7 @@ .emoji { display: inline-block; + width: var(--emoji-size, 32px); height: var(--emoji-size, 32px); } diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss index d618f65e..8b5039b4 100644 --- a/src/components/status_body/status_body.scss +++ b/src/components/status_body/status_body.scss @@ -22,18 +22,21 @@ ._mfm_x2_ { .emoji { + width: auto; height: 100px; } } ._mfm_x3_ { .emoji { + width: auto; height: 150px; } } ._mfm_x4_ { .emoji { + width: auto; height: 200px; } } -- 2.43.0