From 46f5a2432c458f7c68e908f1f3deceea938267a7 Mon Sep 17 00:00:00 2001 From: "sunjin.jo" Date: Wed, 5 Aug 2026 16:49:25 +0900 Subject: [PATCH] =?UTF-8?q?fix(mobile):=20=EC=95=84=EC=9D=B4=ED=8F=B0=20?= =?UTF-8?q?=EB=B0=98=EC=9D=91=ED=98=95=20=E2=80=94=20=EC=95=88=EC=A0=84?= =?UTF-8?q?=EC=98=81=EC=97=AD=20=EC=83=81=EC=8B=9C=20=EC=A0=81=EC=9A=A9?= =?UTF-8?q?=C2=B7=ED=91=B8=ED=84=B0=20=EB=B6=95=EA=B4=B4=C2=B7=ED=82=A4?= =?UTF-8?q?=EB=B3=B4=EB=93=9C=20=ED=9E=8C=ED=8A=B8=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Capacitor 네이티브 셸은 display-mode standalone이 아니라 안전영역 패딩이 빠져 헤더가 노치/상태바와 겹치던 문제를 body 상시 적용으로 수정하고(데스크톱은 env()=0이라 무해), 패딩 영역 배경을 앱 다크 톤과 일치. FooterHelp는 좁은 화면에서 팁 텍스트가 1글자 폭으로 세로 붕괴하고 터치 기기에 키보드 단축키(DFJK/Ctrl+Z)가 노출되던 것을 md 브레이크포인트로 분리 — 모바일은 탭 안내 한 줄만. 데스크톱 표시는 무변경(e2e 영향 없음). Co-Authored-By: Claude Fable 5 --- src/components/maestro/FooterHelp.jsx | 14 ++++++++++---- src/index.css | 18 ++++++++++-------- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/src/components/maestro/FooterHelp.jsx b/src/components/maestro/FooterHelp.jsx index 2b486cc..b699c08 100644 --- a/src/components/maestro/FooterHelp.jsx +++ b/src/components/maestro/FooterHelp.jsx @@ -8,11 +8,17 @@ export default function FooterHelp({ lanes = [] }) { .join(' '); return ( -