mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Add layout direction to all the chat components
This commit is contained in:
@@ -584,6 +584,7 @@
|
||||
}}
|
||||
/>
|
||||
<form
|
||||
dir={$settings?.chatDirection}
|
||||
class=" flex flex-col relative w-full rounded-3xl px-1.5 border border-gray-100 dark:border-gray-850 bg-white dark:bg-gray-900 dark:text-gray-100"
|
||||
on:submit|preventDefault={() => {
|
||||
submitPrompt(prompt, user);
|
||||
|
||||
Reference in New Issue
Block a user