fix(sidebar): center guide line under folder chevron and tighten list paddings
- Align conversation guide line and status icon to the folder chevron center (left: 0.875rem) - Use fixed 1px guide line with darker shade (sidebar-primary/15) for better visibility - Add bottom border to sidebar title and a top gap above the folder list - Tighten list horizontal padding to px-2 with matching pt-2 for consistency - Fill the done status icon frame directly to avoid sub-pixel off-centering
This commit is contained in:
@@ -151,10 +151,10 @@ export const SidebarConversationCard = memo(function SidebarConversationCard({
|
||||
>
|
||||
<span
|
||||
aria-hidden
|
||||
className="pointer-events-none absolute top-0 bottom-0 rounded-[0.125rem] bg-sidebar-primary/5"
|
||||
className="pointer-events-none absolute top-0 bottom-0 rounded-[0.125rem] bg-sidebar-primary/15"
|
||||
style={{
|
||||
left: "1rem",
|
||||
width: "0.125rem",
|
||||
left: "0.875rem",
|
||||
width: "1px",
|
||||
transform: "translateX(-50%)",
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user