improve love modifier

pull/195/head
Aevann 2023-08-17 17:49:54 +03:00
parent 466696fd01
commit 053d120989
1 changed files with 5 additions and 3 deletions

View File

@ -5584,10 +5584,12 @@ span > img[src$="/i/talking.webp"]+img[src$="/i/hand.webp"]+img {
span > img[src$="/i/love-foreground.webp"]+img[src$="/i/love-background.webp"]+img {
position: absolute;
z-index: 50;
height: 40%;
width: 40%;
height: 60%;
width: 60%;
bottom: -2%;
left: 40%;
left: 37%;
transform: scaleX(-1);
-webkit-transform: scaleX(-1);
}
span > img[src$="/i/love-foreground.webp"] {