1
0

auto-git:

[change] animeCat.js
This commit is contained in:
2025-05-26 04:49:45 +02:00
parent 4705e7d073
commit 5efcf5053d

View File

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