We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6addfc commit 8074eadCopy full SHA for 8074ead
src/lib/components/chat/AssistantIntroduction.svelte
@@ -12,7 +12,7 @@
12
const dispatch = createEventDispatcher<{ message: string }>();
13
</script>
14
15
-<div class="flex h-full w-full flex-col content-center items-center justify-center">
+<div class="flex h-full w-full flex-col content-center items-center justify-center pb-52">
16
<div
17
class="relative mt-auto rounded-2xl bg-gray-100 text-gray-600 dark:border-gray-800 dark:bg-gray-800/60 dark:text-gray-300"
18
>
0 commit comments