From e6c24feea99ce32647556cf2c6eaacd3cf9ae9d4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 21:56:12 +0200 Subject: [PATCH] Fine-tune heart emitter position further in animeCat.js --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index 6962d1c..8c84acb 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: '46px', + bottom: '50px', pointerEvents: 'none', width: '1px', height: '1px',