diff --git a/site/src/components/SearchBar.svelte b/site/src/components/SearchBar.svelte new file mode 100644 index 0000000000..6f3f80253a --- /dev/null +++ b/site/src/components/SearchBar.svelte @@ -0,0 +1,71 @@ + + +
+ + +
+ + diff --git a/site/src/components/SiteSearch.svelte b/site/src/components/SiteSearch.svelte index 1db8fcf607..819ed1ddba 100644 --- a/site/src/components/SiteSearch.svelte +++ b/site/src/components/SiteSearch.svelte @@ -1,13 +1,17 @@ {#if showing}
showing = false} transition:fade>
- + {/if}