mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-16 23:43:03 +00:00
Fixes #19742 where file attachment containers did not inherit the chat direction setting, causing layout issues when typing in RTL languages like Persian. Added dir={$settings?.chatDirection ?? 'auto'} to file container divs in: - MessageInput.svelte (chat input file attachments) - UserMessage.svelte (user message file display) - ResponseMessage.svelte (response message file display) - channel/Messages/Message.svelte (channel message file display) The fix ensures file containers automatically detect and respect RTL text direction, maintaining proper layout alignment for RTL languages while preserving LTR behavior for Latin text. |
||
|---|---|---|
| .. | ||
| ChannelInfoModal | ||
| MessageInput | ||
| Messages | ||
| Channel.svelte | ||
| ChannelInfoModal.svelte | ||
| MessageInput.svelte | ||
| Messages.svelte | ||
| Navbar.svelte | ||
| PinnedMessagesModal.svelte | ||
| Thread.svelte | ||