fix emoji mirroring in flairs

pull/225/head
Aevann 2024-03-25 22:39:06 +02:00
parent 334b0fed08
commit db4bbc992c
1 changed files with 1 additions and 1 deletions

View File

@ -7715,7 +7715,7 @@ details > *:first-child {
.mirrored {
transform: scaleX(-1);
}
:not(span) > img[alt^=":"][alt*="!"] {
:not(span[alt]) > img[alt^=":"][alt*="!"] {
transform: scaleX(-1);
}
span[alt^=":"][alt*="!"]:not([alt*="genocide"]) {