design dark mode page working day and special day

This commit is contained in:
Ehsan
2024-09-29 19:16:11 +03:30
parent 88be69fd9d
commit 3d97bf705e
4 changed files with 20 additions and 24 deletions
+1 -5
View File
@@ -10,11 +10,7 @@ function Sidebar({ active, setActive, open, setOpen }) {
className={`
transition-all duration-500 md:flex fixed md:relative z-30 w-[85%] hover-sidebar
${active ? " right-0" : "right-[-85%]"}
${
open
? "min-w-[243px] md:w-[243px]"
: "min-w-[92px] md:w-[92px] hover:md:min-w-[90px] hover:md:w-[90px]"
}
${open ? "min-w-[243px] md:w-[243px]" : "min-w-[92px] md:w-[92px]"}
`}
>
<aside