added header

This commit is contained in:
paul
2024-09-08 21:58:53 +05:30
parent e9f44bfbee
commit b7f5ba05f4
3 changed files with 50 additions and 5 deletions

View File

@@ -46,7 +46,8 @@ function Sidebar({tabs}){
<div className={`tw-relative tw-duration-[0.3s] tw-transition-all
tw-max-w-[400px] tw-flex tw-h-full tw-z-10
${sidebarOpen ? "tw-bg-white tw-min-w-[400px] tw-w-[400px] tw-shadow-lg": "tw-bg-primaryBg tw-min-w-[80px] tw-w-[80px]"}
`} ref={sideBarRef}
`}
ref={sideBarRef}
onMouseLeave={hideOnMouseLeave}
>