1
0

Fix border property formatting

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

View File

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