We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdf928 commit 8600f08Copy full SHA for 8600f08
src/lib/components/Chat/ChatInput.svelte
@@ -16,7 +16,7 @@
16
</script>
17
18
<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]"
+ 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]"
20
>
21
<form on:submit|preventDefault={handleSubmit}>
22
0 commit comments