1
0

Adjust heart position in animeCat.js

This commit is contained in:
2025-05-26 03:50:27 +02:00
parent fb1eeb5e44
commit 0cd906665d

View File

@@ -218,7 +218,7 @@ window.AnimeCat = class AnimeCat {
const heart = document.createElement('span');
heart.textContent = emoji;
heart.style.position = 'absolute';
heart.style.left = '40%';
heart.style.left = '35%';
heart.style.bottom= '45%';
heart.style.fontSize = `${16 + Math.random() * 14}px`;
heart.style.pointerEvents = 'none';