diff --git a/aurora-livecam/index.php b/aurora-livecam/index.php index 304e0bf..78a91c6 100644 --- a/aurora-livecam/index.php +++ b/aurora-livecam/index.php @@ -1531,6 +1531,32 @@ nav ul li a:hover { color: #4CAF50; } height: 40px; white-space: nowrap; } +.zoom-controls { + display: flex; + align-items: center; + gap: 12px; + justify-content: center; + margin: 15px 0 5px; + padding: 10px 16px; + background: rgba(255, 255, 255, 0.85); + border-radius: 999px; + box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); +} +.zoom-controls label { + font-weight: 700; + font-size: 14px; + color: #333; + margin: 0; +} +.zoom-slider { + width: 220px; +} +.zoom-value { + font-weight: 700; + min-width: 60px; + text-align: right; + color: #333; +} .tech-stat { justify-self: start; font-family: monospace; color: #555; } .bitrate-icon { color: #4CAF50; } @@ -2002,6 +2028,14 @@ body.theme-neo footer {
+ +
+ + + 1x +
+