Reduce worktree sidebar card padding (#2136)

Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
Jinjing 2026-05-16 18:11:50 -07:00 committed by GitHub
parent b21dd63eb2
commit 89a33f8a6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ function Sidebar({
{/* Resize handle */}
<div
data-sidebar-resize-handle=""
className="absolute top-0 right-0 w-1 h-full cursor-col-resize hover:bg-ring/20 active:bg-ring/30 transition-colors z-10"
className="absolute top-0 right-0 h-full w-5 cursor-col-resize transition-colors z-10 before:absolute before:inset-y-0 before:right-0 before:w-1 before:transition-colors hover:before:bg-ring/20 active:before:bg-ring/30"
onMouseDown={onResizeStart}
/>
</div>