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; } }