From 2fb2cec7ae7a131a036cd49944a2f1a8db88c4bd Mon Sep 17 00:00:00 2001 From: Martin <31014184+Breegul@users.noreply.github.com> Date: Thu, 24 Jul 2025 20:10:39 +0100 Subject: [PATCH] Update inject.css for #243 Fixes the black screen issue on Amazon Prime Video player, issue #243 --- inject.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inject.css b/inject.css index 828632af..2d80c5c6 100644 --- a/inject.css +++ b/inject.css @@ -94,3 +94,8 @@ div.legacy-video-player.has_played.vertically_center:before { .Shared-Video-player > .vsc-controller { height: 0; } + +/* Fix black overlay on Amazon Prime Video */ +.atvwebplayersdk-video-surface .vsc-controller { + height: 0; +}