We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88ae96 commit 44f68e1Copy full SHA for 44f68e1
tools/server/webui/src/components/Sidebar.tsx
@@ -228,12 +228,13 @@ function ConversationItem({
228
>
229
{conv.name}
230
</button>
231
+
232
<div tabIndex={0} className="dropdown dropdown-end h-5">
233
<BtnWithTooltips
234
// on mobile, we always show the ellipsis icon
235
// on desktop, we only show it when the user hovers over the conversation item
236
// we use opacity instead of hidden to avoid layout shift
- className="cursor-pointer opacity-100 md:opacity-0 group-hover:opacity-100"
237
+ className="cursor-pointer opacity-100 xl:opacity-20 group-hover:opacity-100"
238
onClick={() => {}}
239
tooltipsContent="More"
240
0 commit comments