From c72987b1c84cdb5510dc38fcefc74f8b692d869f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 04:39:27 +0200 Subject: [PATCH] Adjust height of anime cat image --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index 55bb739..d071176 100644 --- a/animeCat.js +++ b/animeCat.js @@ -54,7 +54,7 @@ window.AnimeCat = class AnimeCat { this.img.style.msUserSelect = 'none'; this.img.style.webkitUserDrag = 'none'; this.img.style.width = '50px'; - this.img.style.height = '670px'; + this.img.style.height = '70px'; this.img.style.zIndex = '2'; // --- Speech bubble ---