Reduce width of glow element
This commit is contained in:
@@ -61,7 +61,6 @@ window.AnimeCat = class AnimeCat {
|
||||
this.glow.id = 'cat-glow';
|
||||
Object.assign(this.glow.style, {
|
||||
position: 'absolute',
|
||||
transform: 'translate(-50%, -50%)',
|
||||
borderRadius: '50%',
|
||||
border: '1px solid red',
|
||||
width: '62px', // vorher 120px
|
||||
|
||||
Reference in New Issue
Block a user