From f5132d5a5c43792f27f920e88966ff7e6992ce91 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sat, 16 May 2026 09:04:37 -0700 Subject: [PATCH] feat(ui): mobile fixes for Dashboard and Diagnose views - DashboardView: p-4 sm:p-6 padding, overflow-x-auto on source health table - DiagnoseView: p-4 sm:p-6 padding - QuickCapture: px-4 sm:px-6 + shrink-0 on Search button to avoid input squeeze --- web/src/components/QuickCapture.vue | 2 +- web/src/views/DashboardView.vue | 6 +++--- web/src/views/DiagnoseView.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/components/QuickCapture.vue b/web/src/components/QuickCapture.vue index 28b11e3..1d71b14 100644 --- a/web/src/components/QuickCapture.vue +++ b/web/src/components/QuickCapture.vue @@ -14,7 +14,7 @@