diff --git a/src/web/templates/index.html b/src/web/templates/index.html index 417a2f1..5b6b309 100644 --- a/src/web/templates/index.html +++ b/src/web/templates/index.html @@ -213,6 +213,34 @@ height: 60px; } + /* Camera params panel */ + .cam-params { + display: flex; + gap: 8px; + align-items: center; + padding: 4px 8px; + } + .param-row { + display: flex; + flex-direction: column; + gap: 2px; + } + .param-row label { + font-size: 10px; + color: #888; + white-space: nowrap; + } + .param-row input { + width: 60px; + padding: 3px 5px; + background: #1a1a2e; + border: 1px solid #333; + border-radius: 4px; + color: #4ecca3; + font-size: 12px; + text-align: center; + } + /* Event banner */ .event-banner { display: none; @@ -286,8 +314,30 @@