mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 11:56:25 +02:00
refactor: update icons in user message component and adjust dropdown menu alignment for improved UI consistency
This commit is contained in:
parent
a11c95e30f
commit
c4d3322323
2 changed files with 3 additions and 3 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue