mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Format Update ResponseMessage.svelte
This commit is contained in:
parent
3839f18bb1
commit
24e696e341
1 changed files with 6 additions and 1 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue