1
0

Adjust top position of glow element

This commit is contained in:
2025-05-26 08:02:15 +02:00
parent d25cb0ef9e
commit 74db19885b

View File

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