mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
FIX RTL in Update ResponseMessage.svelte
FIX RTL in Update ResponseMessage.svelte
This commit is contained in:
parent
3a360e441e
commit
2b0e90c032
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue