From 7063c2c3b12cb568c33bc9d025e3d1f5cec6b9a6 Mon Sep 17 00:00:00 2001 From: Federico Jaramillo Martinez Date: Sun, 28 Jun 2026 16:11:18 +0200 Subject: [PATCH] fix: prevent iOS input zoom --- .changeset/quiet-ios-input-zoom.md | 5 +++++ src/client/index.html | 3 +++ src/client/src/components/MachineDialog.ts | 2 +- src/client/src/components/ProjectDialog.ts | 2 +- src/client/src/components/SessionCleanupDialog.ts | 2 +- src/client/src/components/WorkspaceFilesPanel.ts | 2 +- .../src/components/settings/SettingsGeneralPanel.ts | 4 ++-- .../src/components/settings/SettingsShortcutsPanel.ts | 2 +- src/client/src/components/shared.ts | 10 +++++----- 9 files changed, 20 insertions(+), 12 deletions(-) create mode 100644 .changeset/quiet-ios-input-zoom.md diff --git a/.changeset/quiet-ios-input-zoom.md b/.changeset/quiet-ios-input-zoom.md new file mode 100644 index 0000000..90adbfb --- /dev/null +++ b/.changeset/quiet-ios-input-zoom.md @@ -0,0 +1,5 @@ +--- +"@jmfederico/pi-web": patch +--- + +Prevent iOS Safari from zooming into small text inputs across the web UI. diff --git a/src/client/index.html b/src/client/index.html index 59dfe94..578d7db 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -11,6 +11,9 @@