diff options
author | Teddy Wing | 2021-09-04 20:42:02 +0200 |
---|---|---|
committer | Teddy Wing | 2021-09-04 20:42:02 +0200 |
commit | 6a7bf2f830807648937d601721b93f96ae2f13b2 (patch) | |
tree | 55cc29c7f3f6f8912b59729bb09942397be278ff /src/styles.ts | |
parent | eb12719c2805a444735352de39f4b1ac299dee5b (diff) | |
download | netflix-immersive-6a7bf2f830807648937d601721b93f96ae2f13b2.tar.bz2 |
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.
Diffstat (limited to 'src/styles.ts')
-rw-r--r-- | src/styles.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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, |