1
0

Add red border to animeCat.js for debugging

This commit is contained in:
2025-05-26 07:43:25 +02:00
parent f1360dc517
commit 0478094a08

View File

@@ -65,6 +65,7 @@ window.AnimeCat = class AnimeCat {
top: '74%',
transform: 'translate(-50%, -50%)',
borderRadius: '50%',
border: '1px solid red',
width: '62px', // vorher 120px
height: '40px', // vorher 80px (Verhältnis zur Katze beibehalten!)
pointerEvents: 'none',