FIX RTL in Update ResponseMessage.svelte

FIX RTL in Update ResponseMessage.svelte
This commit is contained in:
_00_ 2025-08-24 23:04:57 +02:00 committed by GitHub
parent 3a360e441e
commit 2b0e90c032
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -639,7 +639,7 @@
</Name> </Name>
<div> <div>
<div class="chat-{message.role} w-full min-w-full markdown-prose"> <div 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 = (