Revert last change in ResponseMessage.svelte

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

View file

@ -639,12 +639,7 @@
</Name> </Name>
<div> <div>
<div <div class="chat-{message.role} w-full min-w-full markdown-prose">
class="chat-{message.role} w-full min-w-full markdown-prose {$settings.chatDirection ===
'RTL'
? 'text-right'
: ''}"
>
<div> <div>
{#if (message?.statusHistory ?? [...(message?.status ? [message?.status] : [])]).length > 0} {#if (message?.statusHistory ?? [...(message?.status ? [message?.status] : [])]).length > 0}
{@const status = ( {@const status = (