1
0

Revert previous adjustment to glow position top value

This commit is contained in:
2025-05-26 07:32:14 +02:00
parent 6ffe1e8ad1
commit 292641011e

View File

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