From d32847430a4b9939b0607e47a6c14e2605155914 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Wed, 23 Nov 2011 13:02:47 +0100 Subject: [PATCH] Experimental overlay fix --- wcfsetup/install/files/acp/style/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index 82eb30076c..455c059038 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -2815,6 +2815,7 @@ p.error { @media screen and (min-width: 480px), screen and (min-device-width: 480px) { .ui-dialog { + width: auto !important; min-width: 500px !important; max-width: 780px !important; } @@ -2824,6 +2825,7 @@ p.error { @media screen and (max-width: 480px), screen and (max-device-width: 480px) { .ui-dialog { + width: auto !important; min-width: 200px !important; max-width: 380px !important; } -- 2.20.1