fix wide_dialogue_popup width calc CSS

This commit is contained in:
RossAscends 2023-09-05 23:43:19 +09:00
parent 06825331d6
commit 3909310a4f
1 changed files with 5 additions and 5 deletions

View File

@ -1815,9 +1815,8 @@ grammarly-extension {
} }
.wide_dialogue_popup { .wide_dialogue_popup {
max-width: 90vh !important; aspect-ratio: 1 / 1;
max-width: 90svh !important; width: unset !important;
width: fit-content !important;
} }
#dialogue_popup_holder { #dialogue_popup_holder {
@ -3602,10 +3601,11 @@ a {
height: 100vh; height: 100vh;
z-index: 9999; z-index: 9999;
} }
.draggable { .draggable {
display: block; display: block;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
z-index: 9999; z-index: 9999;
} }
} }