We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495d708 commit 83c8564Copy full SHA for 83c8564
1 file changed
src/lib/Dropdown.svelte
@@ -36,7 +36,7 @@
36
</script>
37
38
<div
39
- class="dropdown flex justify-between items-center relative fixed top-0 left-0 right-0 pl-5"
+ class="dropdown flex justify-between items-center relative fixed top-0 left-0 right-0 pl-5 space-x-4"
40
>
41
<img src="/favicon.svg" alt="" />
42
<p>Songbird</p>
0 commit comments