Further adjust glow position top value in animeCat.js
This commit is contained in:
@@ -62,7 +62,7 @@ window.AnimeCat = class AnimeCat {
|
|||||||
Object.assign(this.glow.style, {
|
Object.assign(this.glow.style, {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: '40%',
|
left: '40%',
|
||||||
top: '65%',
|
top: '70%',
|
||||||
transform: 'translate(-50%, -50%)',
|
transform: 'translate(-50%, -50%)',
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
width: '80px', // vorher 120px
|
width: '80px', // vorher 120px
|
||||||
|
|||||||
Reference in New Issue
Block a user