From f7d3339cbb21ca9df78c5e99d4a5108316845e8d Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sun, 13 Aug 2023 16:23:30 +0300 Subject: [PATCH] fix: Custom Mastodon emojis having margin something should be done to the global img style --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 7114dbf..506125a 100644 --- a/style.css +++ b/style.css @@ -1011,6 +1011,8 @@ section#comments .comment footer .boosts::before { } section#comments .comment .emoji { + margin: unset; + max-width: unset; display: inline; height: 1.25em; vertical-align: middle;