refactor: update icons in user message component and adjust dropdown menu alignment for improved UI consistency

This commit is contained in:
Anish Sarkar 2026-03-08 18:30:33 +05:30
parent a11c95e30f
commit c4d3322323
2 changed files with 3 additions and 3 deletions

View file

@ -86,7 +86,7 @@ export function ChatListItem({
<span className="sr-only">{t("more_options")}</span>
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent align="end" side="right">
<DropdownMenuContent align="end" side="bottom">
{onRename && (
<DropdownMenuItem
onClick={(e) => {