From 799a79d06c79d1f5b74a50a2caaff63206974f79 Mon Sep 17 00:00:00 2001 From: octospacc Date: Tue, 6 Sep 2022 00:37:58 +0200 Subject: [PATCH] Fix to hide emoji inner text --- Preamble.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Preamble.css b/Preamble.css index 90394f4..5e2cbbe 100644 --- a/Preamble.css +++ b/Preamble.css @@ -11,7 +11,7 @@ background-position: center center; background-size: 1em 1em; /* Hide fallback emoji text inside the element itself (hacky) */ - text-indent: -100vw; + text-indent: -9999vw; } /* Hide fallback emoji text inside a nested element (correct) */