diff --git a/src/web/templates/index.html b/src/web/templates/index.html index d3c322a..746fcbf 100644 --- a/src/web/templates/index.html +++ b/src/web/templates/index.html @@ -94,6 +94,24 @@ } .viewport-3d canvas { width: 100% !important; height: 100% !important; } + /* Court tab: 3D scene takes most space, cameras are small below */ + .court-viewport-main { + height: calc(100vh - 240px); + min-height: 400px; + border-top: none; + } + .cameras-small { + padding: 4px 8px; + gap: 6px; + } + .cam-box-small { + max-width: 320px; + flex: 0 0 auto; + } + .cam-box-small img { + border-radius: 4px; + } + /* Calibrate button */ .calibrate-bar { display: flex; @@ -254,7 +272,7 @@ - +
@@ -263,17 +281,17 @@ CAM 1: not calibrated
-
-
-
CAM 0 - Court Lines
+
+
+
+
CAM 0
Camera 0
-
-
CAM 1 - Court Lines
+
+
CAM 1
Camera 1
-