Skip to content

Commit 8600f08

Browse files
author
Alex Bejan
committed
small styling fix
1 parent 9cdf928 commit 8600f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Chat/ChatInput.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</script>
1717

1818
<div
19-
class="fixed md:absolute bottom-0 p-2 py-6 md:py-4 md:pb-0 w-full md:left-0 bg-surface-900 md:variant-glass-surface ml-[-7px]"
19+
class="fixed md:absolute bottom-0 p-2 py-6 md:py-4 w-full md:left-0 bg-surface-900 md:variant-glass-surface ml-[-7px]"
2020
>
2121
<form on:submit|preventDefault={handleSubmit}>
2222
<div

0 commit comments

Comments
 (0)