From 053d12098964c666bede38782a2e3f64f11686b8 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 17 Aug 2023 17:49:54 +0300 Subject: [PATCH] improve love modifier --- files/assets/css/main.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 9fad160d1..d68660a30 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -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"] {