1
0

Swap width and height of anime cat image

This commit is contained in:
2025-05-26 04:39:33 +02:00
parent c72987b1c8
commit ac4dfebc4e

View File

@@ -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 ---