This commit is contained in:
Timothy Jaeryang Baek
2025-12-26 19:09:05 +04:00
parent 25db8225f8
commit d08f9ed556
2 changed files with 2 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
<div>
<div class="flex w-full justify-between mb-1">
<div class=" self-center text-sm font-medium">{$i18n.t('Default Filters')}</div>
<div class=" self-center text-xs text-gray-500 font-medium">{$i18n.t('Default Filters')}</div>
</div>
<div class="flex flex-col">

View File

@@ -414,7 +414,7 @@
submitHandler();
}}
>
<div class="w-full">
<div class="w-full px-1">
<div class="flex flex-col md:flex-row gap-4 w-full">
<div class="self-center md:self-start flex justify-center my-2 shrink-0">
<div class="self-center">
@@ -604,8 +604,6 @@
</div>
</div>
<hr class=" border-gray-100/30 dark:border-gray-850/30 my-2" />
<div class="my-2">
<div class="flex w-full justify-between">
<div class=" self-center text-xs font-medium text-gray-500">
@@ -690,14 +688,10 @@
{/if}
</div>
<hr class=" border-gray-100/30 dark:border-gray-850/30 my-2" />
<div class="my-2">
<Knowledge bind:selectedItems={knowledge} />
</div>
<hr class=" border-gray-100/30 dark:border-gray-850/30 my-2" />
<div class="my-2">
<ToolsSelector bind:selectedToolIds={toolIds} tools={$tools ?? []} />
</div>