mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
Format Update ResponseMessage.svelte
This commit is contained in:
@@ -639,7 +639,12 @@
|
||||
</Name>
|
||||
|
||||
<div>
|
||||
<div class="chat-{message.role} w-full min-w-full markdown-prose {$settings.chatDirection === 'RTL' ? 'text-right' : ''}">
|
||||
<div
|
||||
class="chat-{message.role} w-full min-w-full markdown-prose {$settings.chatDirection ===
|
||||
'RTL'
|
||||
? 'text-right'
|
||||
: ''}"
|
||||
>
|
||||
<div>
|
||||
{#if (message?.statusHistory ?? [...(message?.status ? [message?.status] : [])]).length > 0}
|
||||
{@const status = (
|
||||
|
||||
Reference in New Issue
Block a user