mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix qr editor height on narrow
This commit is contained in:
@@ -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) {
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user