improve modal editor for small screens

This commit is contained in:
LenAnderson
2024-01-05 16:54:26 +00:00
parent 741fc10a9c
commit 7aa0368a13
2 changed files with 22 additions and 0 deletions

View File

@@ -209,6 +209,17 @@
gap: 0.5em; gap: 0.5em;
align-items: baseline; align-items: baseline;
} }
@media screen and (max-width: 750px) {
body #dialogue_popup:has(#qr--modalEditor) #dialogue_popup_text > #qr--modalEditor {
flex-direction: column;
}
body #dialogue_popup:has(#qr--modalEditor) #dialogue_popup_text > #qr--modalEditor > #qr--main > .qr--labels {
flex-direction: column;
}
body #dialogue_popup:has(#qr--modalEditor) #dialogue_popup_text > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-message {
min-height: 90svh;
}
}
#dialogue_popup:has(#qr--modalEditor) { #dialogue_popup:has(#qr--modalEditor) {
aspect-ratio: unset; aspect-ratio: unset;
} }

View File

@@ -235,6 +235,17 @@
@media screen and (max-width: 750px) {
body #dialogue_popup:has(#qr--modalEditor) #dialogue_popup_text > #qr--modalEditor {
flex-direction: column;
> #qr--main > .qr--labels {
flex-direction: column;
}
> #qr--main > .qr--modal-messageContainer > #qr--modal-message {
min-height: 90svh;
}
}
}
#dialogue_popup:has(#qr--modalEditor) { #dialogue_popup:has(#qr--modalEditor) {
aspect-ratio: unset; aspect-ratio: unset;