From 221117e8c44f88bf3691cd8628dd23facd973fb5 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 19:52:13 -0600 Subject: [PATCH] Set height of show dialog to fill all of above container (.dialogContainer) --- lukeflix.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lukeflix.css b/lukeflix.css index 101602c..5e2fc94 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2577,6 +2577,11 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { background-color: transparent; } +/* Set height of show dialog to fill all of above container (.dialogContainer) */ +.focuscontainer.dialog.dialog-fixedSize.dialog-small.formDialog.recordingDialog.opened { + height: 100%; +} + /* Remove background colors from top and bottom of program pop-up */ .formDialogHeader, .formDialogFooter { background-color: transparent !important;