Sidebar filtering and improvements (#285)

This commit is contained in:
Gregory Schier
2025-10-27 14:10:28 -07:00
committed by GitHub
parent b2766509e3
commit 99a6c38632
15 changed files with 476 additions and 246 deletions

View File

@@ -21,7 +21,7 @@ export const TreeIndentGuide = memo(function TreeIndentGuide({
<div
key={i}
className={classNames(
'w-[1rem] border-r border-r-text-subtlest',
'w-[calc(1rem+0.5px)] border-r border-r-text-subtlest',
!(parentDepth === i + 1 && isHovered) && 'opacity-30',
)}
/>