1
0

Remove unnecessary left and top properties from glow style

This commit is contained in:
2025-05-26 07:45:01 +02:00
parent 0478094a08
commit c52561376e

View File

@@ -61,8 +61,6 @@ window.AnimeCat = class AnimeCat {
this.glow.id = 'cat-glow';
Object.assign(this.glow.style, {
position: 'absolute',
left: '40%',
top: '74%',
transform: 'translate(-50%, -50%)',
borderRadius: '50%',
border: '1px solid red',