1
0

Move heart emoji left position to 30%

This commit is contained in:
2025-05-26 03:48:52 +02:00
parent 6797891cf8
commit f501ae7077

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 = '20%';
heart.style.left = '30%';
heart.style.bottom= '45%';
heart.style.fontSize = `${16 + Math.random() * 14}px`;
heart.style.pointerEvents = 'none';