fix(cat): position cat at bottom-right above status bar, not overlapping wardrobe

This commit is contained in:
2026-06-05 13:47:15 -04:00
parent f76ae3faec
commit 7f11ff83f0
+1 -1
View File
@@ -43,7 +43,7 @@ function positionModels(
// Right sidebar center // Right sidebar center
const rightLeft = appW - RIGHT_W - PAD; const rightLeft = appW - RIGHT_W - PAD;
const rightMidX = rightLeft + RIGHT_W / 2; const rightMidX = rightLeft + RIGHT_W / 2;
const catY = appH - BOTTOM_BAR_H - 60 - 18; const catY = appH - BOTTOM_BAR_H - 50;
if (cat) { if (cat) {
// Set scale to 1 first to get natural bounds, then compute target // Set scale to 1 first to get natural bounds, then compute target