From c3534fec7252b0607c5806ad0738157de00caead Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 18:46:29 -0600 Subject: [PATCH] Move program pop-up to right side of screen in Live TV on large screens --- lukeflix.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lukeflix.css b/lukeflix.css index 47e438f..7aeeb1e 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2562,6 +2562,13 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { background: rgba(0, 0, 0, 0.47); } +/* ======== PROGRAM POP-UP ======== */ + +.dialogContainer { + -webkit-justify-content: flex-end; + justify-content: flex-end; +} + /* ====== UNSURE ====== */ .padded-top {