fix(sidebar): prevent sibling folder overlap and nudge conversation rail
This commit is contained in:
@@ -132,7 +132,7 @@ export const SidebarConversationCard = memo(function SidebarConversationCard({
|
|||||||
<ContextMenu>
|
<ContextMenu>
|
||||||
<ContextMenuTrigger asChild>
|
<ContextMenuTrigger asChild>
|
||||||
<div
|
<div
|
||||||
className="relative h-[2rem]"
|
className="relative h-[2rem] bg-sidebar"
|
||||||
data-conv-key={`${conversation.agent_type}:${conversation.id}`}
|
data-conv-key={`${conversation.agent_type}:${conversation.id}`}
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
@@ -158,7 +158,7 @@ export const SidebarConversationCard = memo(function SidebarConversationCard({
|
|||||||
: "bg-sidebar-primary/30"
|
: "bg-sidebar-primary/30"
|
||||||
)}
|
)}
|
||||||
style={{
|
style={{
|
||||||
left: "calc(0.875rem - 0.5px)",
|
left: "calc(0.875rem + 0.5px)",
|
||||||
width: "1px",
|
width: "1px",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user