We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbcbb6 commit 5a792a0Copy full SHA for 5a792a0
src/routes/assistants/+page.svelte
@@ -162,7 +162,7 @@
162
{/if}
163
164
<div
165
- class="relative ml-auto flex hidden h-[30px] w-40 items-center rounded-full border px-2 has-[:focus]:border-gray-400 sm:w-64 dark:border-gray-600"
+ 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
0 commit comments