1
0

Further adjust glow position in animeCat.js

This commit is contained in:
2025-05-26 07:59:07 +02:00
parent 4e177c15fd
commit 031199816d

View File

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