1
0

Adjust image width in animeCat.js

This commit is contained in:
2025-05-26 04:39:48 +02:00
parent ac4dfebc4e
commit 1b86bee126

View File

@@ -53,7 +53,7 @@ window.AnimeCat = class AnimeCat {
this.img.style.MozUserSelect = 'none';
this.img.style.msUserSelect = 'none';
this.img.style.webkitUserDrag = 'none';
this.img.style.width = '70px';
this.img.style.width = '60px';
this.img.style.height = '50px';
this.img.style.zIndex = '2';