mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Stop chat from flashing dark when processing
This commit is contained in:
parent
7c70e0e2a6
commit
2bff646130
@ -59,6 +59,9 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||
.api-docs.svelte-1iguv9h.svelte-1iguv9h.svelte-1iguv9h {
|
||||
display: grid;
|
||||
}
|
||||
.pending.svelte-1ed2p3z {
|
||||
opacity: 1;
|
||||
}
|
||||
"""
|
||||
|
||||
class ToolButton(gr.Button, gr.components.FormComponent):
|
||||
|
Loading…
Reference in New Issue
Block a user