Revert last changes in UserMessage.svelte

This commit is contained in:
_00_ 2025-08-27 03:51:16 +02:00 committed by GitHub
parent 65a9a7eae0
commit 177788540b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -329,7 +329,7 @@
? `max-w-[90%] px-5 py-2 bg-gray-50 dark:bg-gray-850 ${
message.files ? 'rounded-tr-lg' : ''
}`
: ' w-full'} {$settings.chatDirection === 'RTL' ? 'text-right' : ''}"
: ' w-full'}"
>
{#if message.content}
<Markdown id={`${chatId}-${message.id}`} content={message.content} {topPadding} />