auto-git:
[change] animeCat.js
This commit is contained in:
@@ -218,7 +218,7 @@ window.AnimeCat = class AnimeCat {
|
|||||||
const heart = document.createElement('span');
|
const heart = document.createElement('span');
|
||||||
heart.textContent = emoji;
|
heart.textContent = emoji;
|
||||||
heart.style.position = 'absolute';
|
heart.style.position = 'absolute';
|
||||||
heart.style.left = '50%';
|
heart.style.left = '20%';
|
||||||
heart.style.bottom= '45%';
|
heart.style.bottom= '45%';
|
||||||
heart.style.fontSize = `${16 + Math.random() * 14}px`;
|
heart.style.fontSize = `${16 + Math.random() * 14}px`;
|
||||||
heart.style.pointerEvents = 'none';
|
heart.style.pointerEvents = 'none';
|
||||||
|
|||||||
Reference in New Issue
Block a user