c32584df54
The mobile viewport fixes only ever went into home.html. The other standalone pages still had the old viewport, so in the native app they auto-zoom on input focus and (dashboard/host) run under the notch/Dynamic Island. Bring every page's viewport to match home.html (maximum-scale=1, user-scalable=no, viewport-fit=cover) and add safe-area top padding to the dashboard header and the host body/indicator so nothing sits under the island now that the viewport is cover. index/connect/share already pad for safe-area; they only needed maximum-scale. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>