From 594c97e2286fb4e898c3cd9b9796ed6a281b9768 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 07:45:31 +0200 Subject: [PATCH] Fix border property formatting --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index bf2c24e..e1709c1 100644 --- a/animeCat.js +++ b/animeCat.js @@ -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',