Move program pop-up to right side of screen in Live TV on large screens

This commit is contained in:
2026-07-28 18:46:29 -06:00
parent 33a3eaa32f
commit c3534fec72

View File

@@ -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 {