From aa7ff3d26d6ad52cb65c1bda54fa6370b593cec1 Mon Sep 17 00:00:00 2001 From: keyhan Date: Fri, 12 Jun 2026 12:33:41 +0330 Subject: [PATCH] Fix mobile select zoom and unify optional-service version pickers. Form controls smaller than 16px made iOS Safari auto-zoom on focus, shifting page content upward. Enforce a 16px minimum font-size on inputs/selects/textareas at mobile widths. Also replace the three tiny, inconsistently-styled (colored-border, text-xs) version pickers in the deploy wizard's optional-services cards with a shared .select-compact style so they match the rest of the form. Co-Authored-By: Claude Opus 4.8 --- .../src/app/[lang]/dashboard/deploy/page.tsx | 14 ++++++++------ frontend/src/app/globals.css | 17 +++++++++++++++++ 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/[lang]/dashboard/deploy/page.tsx b/frontend/src/app/[lang]/dashboard/deploy/page.tsx index 2dca928..6ce78a5 100644 --- a/frontend/src/app/[lang]/dashboard/deploy/page.tsx +++ b/frontend/src/app/[lang]/dashboard/deploy/page.tsx @@ -1792,9 +1792,9 @@ export default function DeployPage() { {form.enableRedis && (
- + setForm({ ...form, rabbitmqVersion: e.target.value })} + onClick={(e) => e.stopPropagation()} > @@ -1894,11 +1895,12 @@ export default function DeployPage() { {form.enableElasticsearch && (
- +