server : fix appearance of the chats list context menu for Safari (#14322)
This commit is contained in:
parent
f47c1d7106
commit
83790b0e7e
Binary file not shown.
|
@ -231,7 +231,7 @@ function ConversationItem({
|
|||
>
|
||||
{conv.name}
|
||||
</button>
|
||||
<div className="dropdown dropdown-end h-5">
|
||||
<div tabIndex={0} className="dropdown dropdown-end h-5">
|
||||
<BtnWithTooltips
|
||||
// on mobile, we always show the ellipsis icon
|
||||
// on desktop, we only show it when the user hovers over the conversation item
|
||||
|
|
Loading…
Reference in New Issue