mirror of
https://github.com/open-webui/open-webui
synced 2025-01-19 01:06:45 +00:00
Merge branch 'dev' of https://github.com/open-webui/open-webui into feat/rtl-layout-chat-support
This commit is contained in:
parent
3f4eb6caa2
commit
34dd32d48f
@ -4,6 +4,6 @@
|
|||||||
export let src = '/user.png';
|
export let src = '/user.png';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class={$settings?.chatDirection === 'LTR' ? "mr-3" : "ml-3"}>>
|
<div class={$settings?.chatDirection === 'LTR' ? "mr-3" : "ml-3"}>
|
||||||
<img {src} class=" w-8 object-cover rounded-full" alt="profile" draggable="false" />
|
<img {src} class=" w-8 object-cover rounded-full" alt="profile" draggable="false" />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user