reduce qr editor small screen height

This commit is contained in:
LenAnderson
2024-05-15 15:41:26 -04:00
parent b6f47c9927
commit 36f7bc4aae
2 changed files with 2 additions and 2 deletions

View File

@@ -231,7 +231,7 @@
flex-direction: column; flex-direction: column;
} }
body .dialogue_popup:has(#qr--modalEditor) .dialogue_popup_text > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder { body .dialogue_popup:has(#qr--modalEditor) .dialogue_popup_text > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder {
min-height: 90svh; min-height: 50svh;
} }
} }
.dialogue_popup:has(#qr--modalEditor) { .dialogue_popup:has(#qr--modalEditor) {

View File

@@ -254,7 +254,7 @@
flex-direction: column; flex-direction: column;
} }
> #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder { > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder {
min-height: 90svh; min-height: 50svh;
} }
} }
} }