1
0

Adjust glow position top value

This commit is contained in:
2025-05-26 07:31:15 +02:00
parent f1c20a97a3
commit e3dbbfd0de

View File

@@ -61,8 +61,8 @@ window.AnimeCat = class AnimeCat {
this.glow.id = 'cat-glow';
Object.assign(this.glow.style, {
position: 'absolute',
left: '50%',
top: '57%',
left: '40%',
top: '65%',
transform: 'translate(-50%, -50%)',
borderRadius: '50%',
width: '120px',