1
0

Resize anime cat image dimensions

This commit is contained in:
2025-05-26 04:39:23 +02:00
parent 3404c95320
commit 3999a2ad9b

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 = '60px';
this.img.style.height = '60px';
this.img.style.width = '50px';
this.img.style.height = '670px';
this.img.style.zIndex = '2';
// --- Speech bubble ---