Change the chat generate button

This commit is contained in:
oobabooga 2023-09-14 05:16:44 -07:00
parent ecc90f9f62
commit 644a9b8765
3 changed files with 8 additions and 2 deletions

View file

@ -285,6 +285,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
width: 100%;
}
#chat-tab button#Generate, #chat-tab button#stop {
width: 89.3438px !important;
}
#chat-tab button, #notebook-tab button, #default-tab button {
min-width: 0 !important;
}