mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +01:00
Collapse send buttons when commands are executed
This commit is contained in:
parent
716366070b
commit
e3ec65fd31
@ -690,8 +690,13 @@ body .panelControlBar {
|
|||||||
|
|
||||||
|
|
||||||
#form_sheld.isExecutingCommandsFromChatInput {
|
#form_sheld.isExecutingCommandsFromChatInput {
|
||||||
#send_but {
|
|
||||||
|
#send_but,
|
||||||
|
#mes_continue {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rightSendForm>div:not(.mes_send).stscript_btn {
|
#rightSendForm>div:not(.mes_send).stscript_btn {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user