From 7cff60be2fde00d1ffd3542eb8df4c04d8500c07 Mon Sep 17 00:00:00 2001 From: devdatt Date: Thu, 27 Nov 2025 07:31:22 +0530 Subject: [PATCH] update --- encoder/status.php | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/encoder/status.php b/encoder/status.php index a341480..23b523d 100755 --- a/encoder/status.php +++ b/encoder/status.php @@ -112,6 +112,31 @@ color: #fff; } + .hls-player-wrapper { + max-width: 900px; + margin: 20px auto; + padding: 16px; + box-sizing: border-box; + background: #121212; + border-radius: 12px; + box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4); + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; + color: #f1f1f1; + } + + .hls-video { + width: 100%; + max-height: 70vh; + border-radius: 10px; + background: #000; + outline: none; + } + + .hls-video:focus-visible { + outline: 2px solid #1e88e5; + outline-offset: 2px; + } + @media (max-width: 768px) { .card-right { align-items: flex-start; @@ -355,12 +380,14 @@
-
+