mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 19:16:55 +02:00
Sidebar filtering and improvements (#285)
This commit is contained in:
@@ -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',
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user