Add a margin to the chat input field

This commit is contained in:
oobabooga 2023-09-14 22:03:59 -07:00
parent 5c62320a62
commit 5dc4e101d8

View file

@ -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 {