Skip to content

Commit 3a25078

Browse files
committed
site(gordon): add y padding for response in loading state
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent e928864 commit 3a25078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/gordon-chat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ <h3 class="mb-2 text-xl font-semibold text-gray-900 dark:text-white">
358358
<div class="flex flex-col gap-2 max-w-full">
359359
<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">
360360
<template x-if="!message.content && message.isStreaming">
361-
<div class="flex gap-1">
361+
<div class="flex gap-1 py-3">
362362
<span class="inline-block h-2 w-2 animate-bounce rounded-full bg-current"
363363
style="animation-delay: 0ms"></span>
364364
<span class="inline-block h-2 w-2 animate-bounce rounded-full bg-current"

0 commit comments

Comments
 (0)