[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
|
|
@ -104,7 +104,7 @@ export const ExtendedAppSidebar = observer(() => {
|
|||
<div
|
||||
ref={extendedSidebarRef}
|
||||
className={cn(
|
||||
"fixed top-0 h-full z-[19] flex flex-col gap-0.5 w-[300px] transform transition-all duration-300 ease-in-out bg-custom-sidebar-background-100 border-r border-custom-sidebar-border-200 p-4 shadow-md",
|
||||
"fixed top-0 h-full z-[19] flex flex-col gap-0.5 w-[300px] transform transition-all duration-300 ease-in-out bg-custom-sidebar-background-100 border-r border-custom-sidebar-border-200 p-4 shadow-md pb-6",
|
||||
{
|
||||
"translate-x-0 opacity-100": extendedSidebarCollapsed,
|
||||
"-translate-x-full opacity-0": !extendedSidebarCollapsed,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue