Browse Source

refac: styling

Timothy J. Baek 8 months ago
parent
commit
eee1dad217
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/Messages/ResponseMessage.svelte

+ 1 - 1
src/lib/components/chat/Messages/ResponseMessage.svelte

@@ -496,7 +496,7 @@
 				{#if !edit}
 				{#if !edit}
 					{#if message.done || siblings.length > 1}
 					{#if message.done || siblings.length > 1}
 						<div
 						<div
-							class=" flex justify-start overflow-x-auto buttons text-gray-600 dark:text-gray-500"
+							class=" flex justify-start overflow-x-auto buttons text-gray-600 dark:text-gray-500 mt-0.5"
 						>
 						>
 							{#if siblings.length > 1}
 							{#if siblings.length > 1}
 								<div class="flex self-center min-w-fit" dir="ltr">
 								<div class="flex self-center min-w-fit" dir="ltr">