Adjust glow position top value
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user