diff --git a/frontend/src/components/Live2DStage.tsx b/frontend/src/components/Live2DStage.tsx index 3007c12..ae8a456 100644 --- a/frontend/src/components/Live2DStage.tsx +++ b/frontend/src/components/Live2DStage.tsx @@ -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