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 {