mirror of
https://github.com/oobabooga/textgen.git
synced 2026-08-02 16:20:42 -05:00
Add a margin to the chat input field
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user