From 731c71391c2f7bed9acc36816aa9ba6d49f05bff Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 8 Sep 2016 17:30:19 -0400 Subject: [PATCH] update dialogs --- .../dialoghelper/dialoghelper.css | 21 ++++++++++--------- .../emby-webcomponents/formdialog.css | 1 + 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css b/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css index a8f1d00c00..8d3a25bb69 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css +++ b/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css @@ -24,39 +24,40 @@ } .dialog-fixedSize { - position: fixed; - top: 0; - bottom: 0; - left: 0; - right: 0; - margin: 0; border-radius: 0; max-height: none; max-width: none; } +@media screen and (max-width: 1280px), screen and (max-height: 720px) { + .dialog-fixedSize { + position: fixed; + top: 0; + bottom: 0; + left: 0; + right: 0; + margin: 0; + } +} + @media all and (min-width: 1280px) and (min-height: 720px) { .dialog-medium { - position: static; width: 80%; height: 80%; } .dialog-medium-tall { - position: static; width: 80%; height: 90%; } .dialog-small { - position: static; width: 60%; height: 80%; } .dialog-fullscreen-border { - position: static; width: 90%; height: 90%; } diff --git a/dashboard-ui/bower_components/emby-webcomponents/formdialog.css b/dashboard-ui/bower_components/emby-webcomponents/formdialog.css index 9931c68674..7f20a9e705 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/formdialog.css +++ b/dashboard-ui/bower_components/emby-webcomponents/formdialog.css @@ -1,6 +1,7 @@ .formDialog { display: flex; flex-direction: column; + position: relative; } .formDialogHeader {