From 3909310a4f425077be341b3c1e86a52609e85153 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Tue, 5 Sep 2023 23:43:19 +0900 Subject: [PATCH] fix wide_dialogue_popup width calc CSS --- public/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/style.css b/public/style.css index 4fce5e225..d9f73a354 100644 --- a/public/style.css +++ b/public/style.css @@ -1815,9 +1815,8 @@ grammarly-extension { } .wide_dialogue_popup { - max-width: 90vh !important; - max-width: 90svh !important; - width: fit-content !important; + aspect-ratio: 1 / 1; + width: unset !important; } #dialogue_popup_holder { @@ -3602,10 +3601,11 @@ a { height: 100vh; z-index: 9999; } + .draggable { display: block; width: 100vw; height: 100vh; - z-index: 9999; + z-index: 9999; } -} +} \ No newline at end of file