mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 00:49:17 +01:00
Mostly working
This commit is contained in:
@@ -220,7 +220,7 @@ export const SidebarItem = memo(function SidebarItem({
|
||||
|
||||
return (
|
||||
<li ref={ref} draggable>
|
||||
<div className={classNames(className, 'block relative group/item px-1.5 pb-0.5')}>
|
||||
<div className={classNames(className, 'block relative group/item pl-2 pb-0.5')}>
|
||||
{showContextMenu && (
|
||||
<SidebarItemContextMenu
|
||||
child={child}
|
||||
|
||||
Reference in New Issue
Block a user