From af2c8f160c6cf7d03efc0f0d444b29273d649d47 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 21:55:37 +0200 Subject: [PATCH] Adjust heart emitter position in animeCat.js --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index d1d6764..6962d1c 100644 --- a/animeCat.js +++ b/animeCat.js @@ -149,7 +149,7 @@ window.AnimeCat = class AnimeCat { Object.assign(this.heartEmitter.style, { position: 'absolute', left: '90px', - bottom: '32px', + bottom: '46px', pointerEvents: 'none', width: '1px', height: '1px',