diff --git a/apps/twa/twa-manifest.json b/apps/twa/twa-manifest.json index c98379d..ff0ab79 100644 --- a/apps/twa/twa-manifest.json +++ b/apps/twa/twa-manifest.json @@ -21,8 +21,8 @@ "path": "./android.keystore", "alias": "singcode" }, - "appVersionName": "7", - "appVersionCode": 7, + "appVersionName": "8", + "appVersionCode": 8, "shortcuts": [], "generatorApp": "bubblewrap-cli", "webManifestUrl": "https://www.singcode.kr/manifest.webmanifest", @@ -44,5 +44,5 @@ "fileHandlers": [], "launchHandlerClientMode": "", "displayOverride": [], - "appVersion": "7" + "appVersion": "8" } \ No newline at end of file diff --git a/apps/web/src/app/search/SearchTour.tsx b/apps/web/src/app/search/SearchTour.tsx index 5303980..8d08ae8 100644 --- a/apps/web/src/app/search/SearchTour.tsx +++ b/apps/web/src/app/search/SearchTour.tsx @@ -145,6 +145,9 @@ export default function SearchTour({ showProgress: true, buttons: TOOLTIP_BUTTONS, skipBeacon: true, + // 라이브러리 기본값(고정 380px)은 375px 이하 모바일 화면에서 좌우로 넘친다. + // 뷰포트보다 넓어지지 않되, 넓은 화면에서는 기존 380px 상한을 유지한다. + width: 'min(380px, calc(100vw - 32px))', }), [isDark], );