1
0

Further adjust glow position top value

This commit is contained in:
2025-05-26 07:31:30 +02:00
parent e3dbbfd0de
commit 9e1a32d12b

View File

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