From 5dc4e101d8f45deefaaf446c66a485997640ffb1 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 14 Sep 2023 22:03:59 -0700 Subject: [PATCH] Add a margin to the chat input field --- css/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 1234bc40..5ff88083 100644 --- a/css/main.css +++ b/css/main.css @@ -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 {