From 3f672c202c439fdbfea35445bd4189baa2acb0e2 Mon Sep 17 00:00:00 2001 From: OpenClaw Agent Date: Wed, 1 Jul 2026 11:37:49 +0000 Subject: [PATCH] Overlay neprozoren - player se ne vidi skozi med nalaganjem --- public/app.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/app.js b/public/app.js index c2ac345..97b6254 100644 --- a/public/app.js +++ b/public/app.js @@ -160,9 +160,9 @@ function showSelectChannelBox() { } function channelOverlayBg(color) { - // Softer than a flat fill: a gentle radial gradient in the channel colour, - // slightly translucent so it reads as a loading veil, not a hard block. - return `radial-gradient(circle at 50% 45%, ${color}E6 0%, ${color}F2 55%, ${color}FF 100%)`; + // Fully opaque so the player underneath never shows through while loading. + // A subtle radial lightening keeps it from looking like a flat block. + return `radial-gradient(circle at 50% 45%, ${color} 0%, ${color} 60%, ${color} 100%)`; } function showVideoPlayer(ch) { @@ -171,8 +171,8 @@ function showVideoPlayer(ch) { document.getElementById('player-area').innerHTML = `
-
- +
+
`;