[WEB-3422] fix: app sidebar fixes and improvements (#6633)
* chore: app sidebar improvements * chore: overview icon updated
This commit is contained in:
parent
1478e66dc4
commit
23b0d4339d
12 changed files with 49 additions and 43 deletions
|
|
@ -90,11 +90,9 @@ export const AppSidebar: FC = observer(() => {
|
|||
})}
|
||||
>
|
||||
<SidebarMenuItems />
|
||||
<hr
|
||||
className={cn("flex-shrink-0 border-custom-sidebar-border-300 h-[0.5px] w-3/5 mx-auto my-1", {
|
||||
"opacity-0": !sidebarCollapsed,
|
||||
})}
|
||||
/>
|
||||
{sidebarCollapsed && (
|
||||
<hr className="flex-shrink-0 border-custom-sidebar-border-300 h-[0.5px] w-3/5 mx-auto my-1" />
|
||||
)}
|
||||
{/* Favorites Menu */}
|
||||
{canPerformWorkspaceMemberActions && !isFavoriteEmpty && <SidebarFavoritesMenu />}
|
||||
{/* Teams List */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue