fix qr editor height on narrow

This commit is contained in:
LenAnderson
2024-05-18 14:49:33 -04:00
parent d77a70b25a
commit bc4a8fbe1d
2 changed files with 2 additions and 0 deletions

View File

@@ -232,6 +232,7 @@
} }
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: 50svh; min-height: 50svh;
height: 50svh;
} }
} }
.dialogue_popup:has(#qr--modalEditor) { .dialogue_popup:has(#qr--modalEditor) {

View File

@@ -255,6 +255,7 @@
} }
> #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder { > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder {
min-height: 50svh; min-height: 50svh;
height: 50svh;
} }
} }
} }