fix(sidebar): adjust padding and gradient heights for improved layout consistency; enhance SidebarUsageFooter to conditionally render border based on navigation items

This commit is contained in:
Anish Sarkar 2026-05-03 19:18:30 +05:30
parent 4e8c552440
commit 2e1367b00e
2 changed files with 20 additions and 9 deletions

View file

@ -69,7 +69,7 @@ export function SidebarSection({
</div>
<CollapsibleContent className={cn("overflow-hidden flex-1 flex flex-col min-h-0")}>
<div className={cn("px-2 pb-2 flex-1 flex flex-col min-h-0 overflow-hidden")}>
<div className={cn("px-2 flex-1 flex flex-col min-h-0 overflow-hidden")}>
{children}
</div>
</CollapsibleContent>