We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1be5c commit 8b4f8bfCopy full SHA for 8b4f8bf
1 file changed
src/lib/sidebar/SearchBox.svelte
@@ -14,7 +14,7 @@
14
15
<button
16
aria-label="Open Search Modal"
17
- class="bg-black/45 px-2 py-1 rounded-lg flex justify-between items-center mt-1 mb-2 w-full focus-visible:outline-2 focus-visible:outline-dph-orange cursor-text"
+ class="bg-black/45 px-3 py-1 rounded-lg flex justify-between items-center mt-1 mb-2 w-full focus-visible:outline-2 focus-visible:outline-dph-orange cursor-text"
18
onclick={async () => await dialog.showModal()}>
19
<div class="flex items-center gap-2">
20
<IconSearch />
0 commit comments