1
0

Adjust glow position in animeCat.js

This commit is contained in:
2025-05-26 07:58:57 +02:00
parent 0b06a3acac
commit 4e177c15fd

View File

@@ -63,7 +63,7 @@ window.AnimeCat = class AnimeCat {
Object.assign(this.glow.style, {
position: 'absolute',
left: '40%',
top: '74%',
top: '70%',
transform: 'translate(-50%, -50%)',
borderRadius: '50%',
width: '70px', // ODER: Teste 54, 70, 80 wie es dir am besten gefällt!