We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e928864 commit 3a25078Copy full SHA for 3a25078
1 file changed
layouts/partials/gordon-chat.html
@@ -358,7 +358,7 @@ <h3 class="mb-2 text-xl font-semibold text-gray-900 dark:text-white">
358
<div class="flex flex-col gap-2 max-w-full">
359
<div :class="message.role === 'user' ? 'bg-blue-500 dark:bg-blue-800 text-white' : 'max-w-none bg-gray-100 dark:bg-gray-800'" class="prose prose-sm dark:prose-invert rounded-lg px-4">
360
<template x-if="!message.content && message.isStreaming">
361
- <div class="flex gap-1">
+ <div class="flex gap-1 py-3">
362
<span class="inline-block h-2 w-2 animate-bounce rounded-full bg-current"
363
style="animation-delay: 0ms"></span>
364
0 commit comments