mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
prevent overflow of command results
This commit is contained in:
@ -209,6 +209,10 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
#qr--qrOptions {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
#qr--qrOptions > #qr--ctxEditor .qr--ctxItem {
|
#qr--qrOptions > #qr--ctxEditor .qr--ctxItem {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -229,6 +229,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#qr--qrOptions {
|
#qr--qrOptions {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
> #qr--ctxEditor {
|
> #qr--ctxEditor {
|
||||||
.qr--ctxItem {
|
.qr--ctxItem {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user