fix hz emoji award

master
Aevann 2024-07-22 18:03:50 +03:00
parent f08b2146cf
commit 8307420f18
1 changed files with 1 additions and 5 deletions

View File

@ -64,7 +64,7 @@
animation-direction: reverse;
}
.emoji-hz-award:nth-child(even) img {
transform: scaleX(-1);
transform: scaleX(-1) !important;
}
.emoji-hz-award:nth-child(1), .emoji-hz-award:nth-child(5), .emoji-hz-award:nth-child(9), .emoji-hz-award:nth-child(13), .emoji-hz-award:nth-child(17) {
top: 2%;
@ -118,10 +118,6 @@
transform: scaleX(-1);
}
.emoji-hz-award:nth-child(odd) img.reversed {
transform: scaleX(1);
}
/*confetti*/
.confetti {
background-image: url(/i/confetti2.webp);