From d5691af611e0c07ec36c38a2ec50c4e1ea4d6f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Metrich?= Date: Thu, 2 Jul 2026 22:09:06 +0200 Subject: [PATCH] Make timing input fields responsive at 50% width Replaced fixed max-width:127px on Up/Down Time and 50% mid-time fields with calc(50% - 10px) / 50% so each pair fills the container width. Co-Authored-By: Claude Sonnet 4.6 --- data/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/index.html b/data/index.html index 501a0f7..57c86ed 100644 --- a/data/index.html +++ b/data/index.html @@ -662,26 +662,26 @@
+ style="display:inline-block;width:calc(50% - 10px);margin-right:10px;margin-top:-10px;">
-
+
+ style="display:inline-block;width:calc(50% - 10px);margin-right:10px;margin-top:-10px;">
-
+