1
0

Adjust height of anime cat image

This commit is contained in:
2025-05-26 04:39:27 +02:00
parent 3999a2ad9b
commit c72987b1c8

View File

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