Skip to content

Commit 73e70ae

Browse files
committed
Show cursor agent on mobile
1 parent c380c37 commit 73e70ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/task-chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ export function TaskChat({ taskId, task }: TaskChatProps) {
672672
<Button
673673
variant="ghost"
674674
size="icon"
675-
className="h-8 w-8 opacity-0 group-hover:opacity-100 transition-opacity"
675+
className="h-8 w-8 md:opacity-0 md:group-hover:opacity-100 transition-opacity"
676676
>
677677
<MoreVertical className="h-4 w-4" />
678678
</Button>

0 commit comments

Comments
 (0)