Spaces:
Running
Running
Mishig
commited on
[Assistants] Show/enable UI for filtering (#901)
Browse files
src/routes/assistants/+page.svelte
CHANGED
@@ -162,7 +162,7 @@
|
|
162 |
{/if}
|
163 |
{/if}
|
164 |
<div
|
165 |
-
class="relative ml-auto flex
|
166 |
>
|
167 |
<CarbonSearch class="pointer-events-none absolute left-2 text-xs text-gray-400" />
|
168 |
<input
|
|
|
162 |
{/if}
|
163 |
{/if}
|
164 |
<div
|
165 |
+
class="relative ml-auto flex h-[30px] w-40 items-center rounded-full border px-2 has-[:focus]:border-gray-400 sm:w-64 dark:border-gray-600"
|
166 |
>
|
167 |
<CarbonSearch class="pointer-events-none absolute left-2 text-xs text-gray-400" />
|
168 |
<input
|