design dark mode page working day and special day
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user