Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit d26569f

Browse files
authored
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
1 parent 93590d2 commit d26569f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/layout/Sidebar/ChatItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
draggable="false"
275275
>
276276
<div class=" flex self-center flex-1 w-full">
277-
<div dir=auto class=" text-start self-center overflow-hidden w-full h-[20px]">
277+
<div dir=auto class="text-left self-center overflow-hidden w-full h-[20px]">
278278
{title}
279279
</div>
280280
</div>

0 commit comments

Comments
 (0)