From ac4dfebc4eb9c2fb5ababd75961bb32e0c3d7b18 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 04:39:33 +0200 Subject: [PATCH] Swap width and height of anime cat image --- animeCat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/animeCat.js b/animeCat.js index d071176..73de1f3 100644 --- a/animeCat.js +++ b/animeCat.js @@ -53,8 +53,8 @@ window.AnimeCat = class AnimeCat { this.img.style.MozUserSelect = 'none'; this.img.style.msUserSelect = 'none'; this.img.style.webkitUserDrag = 'none'; - this.img.style.width = '50px'; - this.img.style.height = '70px'; + this.img.style.width = '70px'; + this.img.style.height = '50px'; this.img.style.zIndex = '2'; // --- Speech bubble ---