mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-19 17:17:40 +00:00
server : fix appearance of the chats list context menu for Safari (#14322)
This commit is contained in:
Binary file not shown.
@ -231,7 +231,7 @@ function ConversationItem({
|
|||||||
>
|
>
|
||||||
{conv.name}
|
{conv.name}
|
||||||
</button>
|
</button>
|
||||||
<div className="dropdown dropdown-end h-5">
|
<div tabIndex={0} className="dropdown dropdown-end h-5">
|
||||||
<BtnWithTooltips
|
<BtnWithTooltips
|
||||||
// on mobile, we always show the ellipsis icon
|
// on mobile, we always show the ellipsis icon
|
||||||
// on desktop, we only show it when the user hovers over the conversation item
|
// on desktop, we only show it when the user hovers over the conversation item
|
||||||
|
Reference in New Issue
Block a user