fix(cat): position cat at bottom-right above status bar, not overlapping wardrobe
This commit is contained in:
@@ -43,7 +43,7 @@ function positionModels(
|
||||
// Right sidebar center
|
||||
const rightLeft = appW - RIGHT_W - PAD;
|
||||
const rightMidX = rightLeft + RIGHT_W / 2;
|
||||
const catY = appH - BOTTOM_BAR_H - 60 - 18;
|
||||
const catY = appH - BOTTOM_BAR_H - 50;
|
||||
|
||||
if (cat) {
|
||||
// Set scale to 1 first to get natural bounds, then compute target
|
||||
|
||||
Reference in New Issue
Block a user