From 7497497a6696b911312e0158a4e0f942c32f1121 Mon Sep 17 00:00:00 2001 From: Kumar Challa Date: Wed, 4 Feb 2026 22:22:34 -0600 Subject: [PATCH] style: Adjust padding and minimum height for detection items in setup.html --- templates/setup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/setup.html b/templates/setup.html index 5877f23..454c518 100644 --- a/templates/setup.html +++ b/templates/setup.html @@ -197,12 +197,12 @@ .detection-item { background: rgba(15, 23, 42, 0.6); - padding: 14px; + padding: 10px; border-radius: 6px; border: 1px solid rgba(71, 85, 105, 0.5); display: flex; flex-direction: column; - min-height: 120px; + min-height: 80px; } .detection-label {