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 042129a commit caf72e2Copy full SHA for caf72e2
src/components/Search.svelte
@@ -29,13 +29,13 @@
29
{#if query}
30
<button
31
on:click={() => (query = "")}
32
- class="text-xl flex items-center justify-center aspect-square ml-2"
+ class="text-xl flex items-center justify-center aspect-square mr-3"
33
>
34
<iconify-icon icon="mdi:close"></iconify-icon>
35
</button>
36
{/if}
37
38
- <Popover.Root>
+ <!-- <Popover.Root>
39
<Popover.Trigger class="flex items-center h-full gap-1 rounded-md px-xxs uppercase font-jost tracking-widest font-medium text-sm">
40
<iconify-icon icon="mdi:filter-variant" class="text-xl"></iconify-icon>
41
<span>Filter</span>
@@ -50,7 +50,7 @@
50
</h2>
51
<DestinationSearch />
52
</Popover.Content>
53
- </Popover.Root>
+ </Popover.Root> -->
54
</div>
55
</form>
56
0 commit comments