mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
Revert last changes in UserMessage.svelte
This commit is contained in:
parent
65a9a7eae0
commit
177788540b
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@
|
||||||
? `max-w-[90%] px-5 py-2 bg-gray-50 dark:bg-gray-850 ${
|
? `max-w-[90%] px-5 py-2 bg-gray-50 dark:bg-gray-850 ${
|
||||||
message.files ? 'rounded-tr-lg' : ''
|
message.files ? 'rounded-tr-lg' : ''
|
||||||
}`
|
}`
|
||||||
: ' w-full'} {$settings.chatDirection === 'RTL' ? 'text-right' : ''}"
|
: ' w-full'}"
|
||||||
>
|
>
|
||||||
{#if message.content}
|
{#if message.content}
|
||||||
<Markdown id={`${chatId}-${message.id}`} content={message.content} {topPadding} />
|
<Markdown id={`${chatId}-${message.id}`} content={message.content} {topPadding} />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue