Remove unnecessary left and top properties from glow style
This commit is contained in:
@@ -61,8 +61,6 @@ window.AnimeCat = class AnimeCat {
|
|||||||
this.glow.id = 'cat-glow';
|
this.glow.id = 'cat-glow';
|
||||||
Object.assign(this.glow.style, {
|
Object.assign(this.glow.style, {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: '40%',
|
|
||||||
top: '74%',
|
|
||||||
transform: 'translate(-50%, -50%)',
|
transform: 'translate(-50%, -50%)',
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
border: '1px solid red',
|
border: '1px solid red',
|
||||||
|
|||||||
Reference in New Issue
Block a user