mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
stop chat input and progress bar from collapsing
This commit is contained in:
@ -826,6 +826,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#qr--modal-send_textarea {
|
||||||
|
flex: 0 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
#qr--modal-executeProgress {
|
#qr--modal-executeProgress {
|
||||||
--prog: 0;
|
--prog: 0;
|
||||||
--progColor: rgb(146, 190, 252);
|
--progColor: rgb(146, 190, 252);
|
||||||
@ -833,6 +837,7 @@
|
|||||||
--progSuccessColor: rgb(81, 163, 81);
|
--progSuccessColor: rgb(81, 163, 81);
|
||||||
--progErrorColor: rgb(189, 54, 47);
|
--progErrorColor: rgb(189, 54, 47);
|
||||||
--progAbortedColor: rgb(215, 136, 114);
|
--progAbortedColor: rgb(215, 136, 114);
|
||||||
|
flex: 0 0 auto;
|
||||||
height: 0.5em;
|
height: 0.5em;
|
||||||
background-color: var(--black50a);
|
background-color: var(--black50a);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Reference in New Issue
Block a user