From ef996a45b2014c8df98d41d0b7e97b0b8f629503 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Fri, 27 Mar 2026 12:00:50 +0000 Subject: [PATCH] =?UTF-8?q?style(design):=20FINDING-004=20=E2=80=94=20fix?= =?UTF-8?q?=20mobile=20pills=20horizontal=20overflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mobile segmented control (7 buttons, 431px) overflowed 375px viewport. Added overflow-x:auto on segmented containers and min-width:0 on flex-grow child. Body scroll width now matches viewport. Co-Authored-By: Claude Opus 4.6 (1M context) --- api/app/templates/dashboard.html | 4 ++-- api/app/templates/logs.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/app/templates/dashboard.html b/api/app/templates/dashboard.html index e28e16d..65d4237 100644 --- a/api/app/templates/dashboard.html +++ b/api/app/templates/dashboard.html @@ -78,8 +78,8 @@ -
-
+
+
diff --git a/api/app/templates/logs.html b/api/app/templates/logs.html index 65ba711..34999a3 100644 --- a/api/app/templates/logs.html +++ b/api/app/templates/logs.html @@ -57,7 +57,7 @@ -
+