diff --git a/frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx b/frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx index 5e9a66f4..5b7cb5e0 100644 --- a/frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx +++ b/frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx @@ -26,7 +26,7 @@ export default function ThreadItem({ : paths.workspace.thread(slug, thread.slug); return ( -
+
{/* Curved line Element and leader if required */}
{/* Downstroke border for next item */} {hasNext && ( @@ -44,14 +44,14 @@ export default function ThreadItem({ idx <= activeIdx && !isActive ? "border-l-2 border-white" : "border-l border-slate-300" - } h-[100%] absolute top-0 left-2`} + } h-[100%] absolute top-0 z-1 left-2`} >
)} {/* Curved line inline placeholder for spacing - not visible */}
{thread.deleted ? ( @@ -64,7 +64,7 @@ export default function ThreadItem({

{truncate(name, 25)}