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 {
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;
}
}
}