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 f5dbecc commit 3d199a8Copy full SHA for 3d199a8
1 file changed
src/App.tsx
@@ -669,12 +669,14 @@ function AppContent() {
669
running={running}
670
/>
671
</div>
672
- {/* Explorer resize handle */}
+ {/* Explorer resize handle — wide touch target, pill indicator */}
673
<div
674
onMouseDown={handleExplorerDragStart}
675
onTouchStart={handleExplorerDragStart}
676
- className="w-[3px] shrink-0 cursor-col-resize bg-zinc-700/50 hover:bg-emerald-400 transition-colors"
677
- />
+ className="w-3 shrink-0 cursor-col-resize flex items-center justify-center group touch-none border-r border-zinc-700/50"
+ >
678
+ <div className="h-10 w-[2px] bg-zinc-600 group-hover:bg-emerald-400 rounded-full transition-colors" />
679
+ </div>
680
</>
681
)}
682
0 commit comments