From 6a7bf2f830807648937d601721b93f96ae2f13b2 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 4 Sep 2021 20:42:02 +0200 Subject: styles: Hide new promo container that appears at the end of movies Now, when a movie completely finishes playing, this promo container is shown and the video is minimised. This takes care of the promo container. Still need to fix the minimising. --- src/styles.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/styles.ts b/src/styles.ts index 6b158a0..c809a43 100644 --- a/src/styles.ts +++ b/src/styles.ts @@ -33,6 +33,7 @@ export default function styles () { /* Promo that appears during credis */ .OriginalsPostPlay-BackgroundTrailer, .SeamlessControls--background-artwork-visible, + .ptrack-container.fill-container, /* Age rating. */ .player-view-childrens, -- cgit v1.2.3