mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01: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 {
|
#show-controls {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: calc(100% - 179px);
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: var(--background-fill-primary);
|
background-color: var(--background-fill-primary);
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#show-controls label {
|
||||||
|
position: absolute;
|
||||||
|
left: calc(100% - 179px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#show-controls input {
|
#show-controls input {
|
||||||
|
Loading…
Reference in New Issue
Block a user