Parcourir la source

refac: styling

Timothy J. Baek il y a 8 mois
Parent
commit
d224566957
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/components/chat/Messages/UserMessage.svelte

+ 2 - 2
src/lib/components/chat/Messages/UserMessage.svelte

@@ -165,13 +165,13 @@
 				</div>
 			{:else}
 				<div class="w-full">
-					<div class="flex {($settings?.chatBubble ?? true) ? 'justify-end' : ''} pb-2">
+					<div class="flex {($settings?.chatBubble ?? true) ? 'justify-end pb-1' : 'w-full'}">
 						<div
 							class="rounded-3xl {($settings?.chatBubble ?? true)
 								? `max-w-[90%] px-5 py-2  bg-gray-50 dark:bg-gray-850 ${
 										message.files ? 'rounded-tr-lg' : ''
 									}`
-								: ''}"
+								: ' w-full'}"
 						>
 							{#if message.content}
 								<div class="">