File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ const SortableItem = memo(({ thread }: { thread: Thread }) => {
111111 setOpenDropdown ( true )
112112 } }
113113 className = { cn (
114- 'mb-1 rounded hover:bg-left-panel-fg/10 flex items-center justify-between gap-2 px-1.5 transition-all' ,
114+ 'mb-1 rounded hover:bg-left-panel-fg/10 flex items-center justify-between gap-2 px-1.5 group/thread-list transition-all' ,
115115 isDragging ? 'cursor-move' : 'cursor-pointer' ,
116116 isActive && 'bg-left-panel-fg/10'
117117 ) }
@@ -127,7 +127,7 @@ const SortableItem = memo(({ thread }: { thread: Thread }) => {
127127 < DropdownMenuTrigger asChild >
128128 < IconDots
129129 size = { 14 }
130- className = "text-left-panel-fg/60 shrink-0 cursor-pointer px-0.5 -mr-1 data-[state=open]:bg-left-panel-fg/10 rounded size-5"
130+ className = "text-left-panel-fg/60 shrink-0 cursor-pointer px-0.5 -mr-1 data-[state=open]:bg-left-panel-fg/10 rounded group-hover/thread-list:data-[state=closed]: size-5 size-5 data-[state=closed]:size-0 "
131131 onClick = { ( e ) => {
132132 e . preventDefault ( )
133133 e . stopPropagation ( )
You can’t perform that action at this time.
0 commit comments