Change .twa span no font to .twa *

This commit is contained in:
Octo Andri 2022-05-27 13:53:16 +00:00
parent 6184d4ef38
commit b67b31d7b2
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ licensed under MIT: https://ellekasai.mit-license.org/
background-size: 1em 1em;
}
.twa span {
.twa * {
/* Prevents image and text emoji overlap */
font-size: 0px;
}

File diff suppressed because one or more lines are too long