Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from sgabler/patch-1
Browse files Browse the repository at this point in the history
Autofocus on search box
  • Loading branch information
Colaski authored Jul 29, 2023
2 parents 09cd867 + 6d2fa98 commit 8b8a65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
bind:value={query}
placeholder="🔎 Title"
style="width: 40vw; height: 2.5rem;"
autofocus
/>
<input type="submit" class="search" value="Search" />
</div>
Expand Down

0 comments on commit 8b8a65e

Please sign in to comment.