Add a margin to the chat input field
This commit is contained in:
parent
5c62320a62
commit
5dc4e101d8
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue