mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 14:17:09 -04:00
Improve the typing dots position
This commit is contained in:
parent
88ff3e6ad8
commit
3e3746283c
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
left: -2px;
|
left: -2px;
|
||||||
top: -14px;
|
top: -5px;
|
||||||
padding: var(--block-padding);
|
padding: var(--block-padding);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue