Collapse send buttons when commands are executed

This commit is contained in:
Cohee 2024-05-30 17:58:17 +03:00
parent 716366070b
commit e3ec65fd31
1 changed files with 6 additions and 1 deletions

View File

@ -690,8 +690,13 @@ body .panelControlBar {
#form_sheld.isExecutingCommandsFromChatInput {
#send_but {
#send_but,
#mes_continue {
visibility: hidden;
width: 0;
height: 0;
opacity: 0;
}
#rightSendForm>div:not(.mes_send).stscript_btn {