fix wide_dialogue_popup width calc CSS
This commit is contained in:
parent
06825331d6
commit
3909310a4f
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue