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 = `