Spaces:
Build error
Build error
gradient
Browse files
src/lib/components/chat/ChatWindow.svelte
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
<div class="relative min-h-0">
|
24 |
<ChatMessages {loading} {pending} {messages} on:message />
|
25 |
<div
|
26 |
-
class="flex flex-col max-md:border-t dark:border-gray-800 items-center max-md:dark:bg-gray-900 max-md:bg-white bg-gradient-to-t from-white to-white/0 dark:from-gray-900 dark:to-gray-900/0 justify-center absolute inset-x-0 max-w-3xl xl:max-w-4xl mx-auto px-5 bottom-0 py-4 md:py-8 w-full"
|
27 |
>
|
28 |
<form
|
29 |
on:submit|preventDefault={() => {
|
|
|
23 |
<div class="relative min-h-0">
|
24 |
<ChatMessages {loading} {pending} {messages} on:message />
|
25 |
<div
|
26 |
+
class="flex flex-col max-md:border-t dark:border-gray-800 items-center max-md:dark:bg-gray-900 max-md:bg-white bg-gradient-to-t from-white via-white/80 to-white/0 dark:from-gray-900 dark:via-gray-80 dark:to-gray-900/0 justify-center absolute inset-x-0 max-w-3xl xl:max-w-4xl mx-auto px-5 bottom-0 py-4 md:py-8 w-full"
|
27 |
>
|
28 |
<form
|
29 |
on:submit|preventDefault={() => {
|