mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-13 14:29:17 +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}
|
||||
</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
|
||||
|
Reference in New Issue
Block a user