From b95902f73bfe9e012e87e8f1221c67c14a5550e0 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Thu, 23 Oct 2025 00:08:04 -0400 Subject: [PATCH 1/2] Improve project sidebar styles to match old style --- src/components/ProjectSidebar.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ProjectSidebar.tsx b/src/components/ProjectSidebar.tsx index 8eef9ee3cf..6fea9e76e5 100644 --- a/src/components/ProjectSidebar.tsx +++ b/src/components/ProjectSidebar.tsx @@ -78,7 +78,7 @@ const DraggableProjectItemBase: React.FC = ({
drag(drop(node))} className={cn( - "py-1 px-3 flex items-center border-l-transparent transition-all duration-150", + "py-1 px-3 flex items-center border-l-transparent transition-all duration-150 bg-separator", isDragging ? "cursor-grabbing opacity-40 [&_*]:!cursor-grabbing" : "cursor-grab", isOver && "bg-accent/[0.08]", selected && "bg-hover border-l-accent", @@ -416,13 +416,13 @@ const ProjectSidebarInner: React.FC = ({
{!collapsed && ( <> -
+

Projects

@@ -543,7 +543,7 @@ const ProjectSidebarInner: React.FC = ({ {isExpanded && ( -
+