File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
web/app/pages/Project/View/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -454,11 +454,11 @@ const ProjectSidebar: React.FC<ProjectSidebarProps> = ({
454454 const sidebarContent = (
455455 < aside
456456 className = { cn (
457- 'sticky top-2 flex shrink-0 flex-col self-start overflow-hidden rounded-lg border border-gray-200 bg-white dark:border-slate-800/60 dark:bg-slate-800/25' ,
457+ 'sticky top-2 flex shrink-0 flex-col self-start overflow-hidden border border-gray-200 bg-white dark:border-slate-800/60 dark:bg-slate-800/25' ,
458458 isMobileOpen
459459 ? 'h-screen w-64'
460460 : cn (
461- 'transition-[width,height] duration-300 ease-in-out' ,
461+ 'rounded-lg transition-[width,height] duration-300 ease-in-out' ,
462462 isScrolled
463463 ? 'h-[calc(100vh-var(--banner-height)-1.5rem)]'
464464 : 'h-[calc(100vh-var(--header-total-height)-1rem)]' ,
You can’t perform that action at this time.
0 commit comments