mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Add a margin to the chat input field
This commit is contained in:
parent
5c62320a62
commit
5dc4e101d8
@ -414,10 +414,15 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||
|
||||
#show-controls {
|
||||
position: absolute;
|
||||
left: calc(100% - 179px);
|
||||
height: 100%;
|
||||
background-color: var(--background-fill-primary);
|
||||
border: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#show-controls label {
|
||||
position: absolute;
|
||||
left: calc(100% - 179px);
|
||||
}
|
||||
|
||||
#show-controls input {
|
||||
|
Loading…
Reference in New Issue
Block a user