Update ChatItem.svelte: Revert text-align for download button in rtl

prevent button overriding because the menu button is in absolute position and it doesn't have start/end properties
This commit is contained in:
Elkana Bardugo 2025-02-17 22:42:37 +02:00 committed by GitHub
parent 93590d224b
commit d26569f636
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -274,7 +274,7 @@
draggable="false" draggable="false"
> >
<div class=" flex self-center flex-1 w-full"> <div class=" flex self-center flex-1 w-full">
<div dir=auto class=" text-start self-center overflow-hidden w-full h-[20px]"> <div dir=auto class="text-left self-center overflow-hidden w-full h-[20px]">
{title} {title}
</div> </div>
</div> </div>