diff --git a/web/components/project/sidebar-list-item.tsx b/web/components/project/sidebar-list-item.tsx index 1d8a7a20c..052460c53 100644 --- a/web/components/project/sidebar-list-item.tsx +++ b/web/components/project/sidebar-list-item.tsx @@ -287,7 +287,7 @@ export const ProjectSidebarListItem: React.FC = observer((props) => { "group relative flex w-full items-center rounded-md py-1 text-custom-sidebar-text-100 hover:bg-custom-sidebar-background-80", { "bg-custom-sidebar-background-80": isMenuActive, - "pl-8": disableDrag, + "pl-7": disableDrag && !isCollapsed, } )} > @@ -327,7 +327,7 @@ export const ProjectSidebarListItem: React.FC = observer((props) => { )} >