1
0

Adjust position of anime cat glow

This commit is contained in:
2025-05-26 07:34:40 +02:00
parent 02fdb7ba2f
commit 9dfc651c01

View File

@@ -62,7 +62,7 @@ window.AnimeCat = class AnimeCat {
Object.assign(this.glow.style, {
position: 'absolute',
left: '40%',
top: '70%',
top: '75%',
transform: 'translate(-50%, -50%)',
borderRadius: '50%',
width: '20px',