From dcd32faa83fa975746a8fd03e3027ddaab983471 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 2 Aug 2024 18:12:54 +0200 Subject: [PATCH] fix: styling --- src/lib/components/chat/Controls/Valves.svelte | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/lib/components/chat/Controls/Valves.svelte b/src/lib/components/chat/Controls/Valves.svelte index 103ad27a9..8cf7ac39b 100644 --- a/src/lib/components/chat/Controls/Valves.svelte +++ b/src/lib/components/chat/Controls/Valves.svelte @@ -130,8 +130,10 @@ bind:value={tab} placeholder="Select" > - - + + @@ -144,20 +146,20 @@ }} > {#if tab === 'tools'} - {#each $tools as tool, toolIdx} - + {/each} {:else if tab === 'functions'} - {#each $functions as func, funcIdx} - + {/each} {/if}