stop chat input and progress bar from collapsing

This commit is contained in:
LenAnderson
2024-07-30 16:00:13 -04:00
parent 379a4d1e4d
commit 3343f3122b

View File

@ -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;