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;