1
0

Remove redundant border property

This commit is contained in:
2025-05-26 07:45:59 +02:00
parent 594c97e228
commit c01ec22252

View File

@@ -62,7 +62,6 @@ window.AnimeCat = class AnimeCat {
Object.assign(this.glow.style, { Object.assign(this.glow.style, {
position: 'absolute', position: 'absolute',
borderRadius: '50%', borderRadius: '50%',
border: '1px solid red',
width: '62px', // vorher 120px width: '62px', // vorher 120px
height: '40px', // vorher 80px (Verhältnis zur Katze beibehalten!) height: '40px', // vorher 80px (Verhältnis zur Katze beibehalten!)
pointerEvents: 'none', pointerEvents: 'none',