1
0

Adjust heart emitter position in animeCat.js

This commit is contained in:
2025-05-26 21:55:37 +02:00
parent 4dc2409438
commit af2c8f160c

View File

@@ -149,7 +149,7 @@ window.AnimeCat = class AnimeCat {
Object.assign(this.heartEmitter.style, { Object.assign(this.heartEmitter.style, {
position: 'absolute', position: 'absolute',
left: '90px', left: '90px',
bottom: '32px', bottom: '46px',
pointerEvents: 'none', pointerEvents: 'none',
width: '1px', width: '1px',
height: '1px', height: '1px',