From e8b2197e6b5a2e26f61fc2e91374eae54d24b0ac Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 14 May 2019 10:42:50 +0200 Subject: [PATCH] Update ThemeDevBadge.css --- Themes/ThemeDevBadge.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Themes/ThemeDevBadge.css b/Themes/ThemeDevBadge.css index 1c2831ba6a..a060f51c05 100644 --- a/Themes/ThemeDevBadge.css +++ b/Themes/ThemeDevBadge.css @@ -317,10 +317,13 @@ html:only-child > head + body > div#app-mount.appMount-3lHmkl > div.app-19_DXt > background-image: none !important; border-radius: 0 !important; box-sizing: border-box !important; + max-height: unset !important; + min-height: unset !important; height: 100vh !important; + max-width: unset !important; + min-width: unset !important; width: 100vw !important; - padding: 0 !important; - padding-top: calc(50vh - 60px) !important; + padding: calc(50vh - 60px) 0 0 0 !important; margin: 0 !important; display: inline !important; opacity: 1 !important; @@ -332,5 +335,7 @@ html:only-child > head + body > div#app-mount.appMount-3lHmkl > div.app-19_DXt > bottom: 0 !important; right: 0 !important; z-index: 10000000 !important; + animation: unset !important; + transform: unset !important; pointer-events: none !important; } \ No newline at end of file