Fix to hide emoji inner text

This commit is contained in:
octospacc 2022-09-06 00:37:58 +02:00
parent 7b95866654
commit 799a79d06c
1 changed files with 1 additions and 1 deletions

View File

@ -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) */