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
|
// 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
|
||||||
|
|||||||
Reference in New Issue
Block a user