From 07622fd739b5370a0393a16a97854098859f95d9 Mon Sep 17 00:00:00 2001 From: Spectralitree <72747870+Spectralitree@users.noreply.github.com> Date: Sun, 12 Dec 2021 10:31:59 +0100 Subject: [PATCH] fix: fix discord emoji sizing --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index ef8614f9..9586c3f5 100644 --- a/style.css +++ b/style.css @@ -76,8 +76,8 @@ blockquote { } .d-emoji { - width: 1.25em; - height: auto; + height: 1em; + width: auto; } @media (min-width: 768px) {