feat: Animate disclosure when toggling sidebar items
This commit is contained in:
parent
6c011eb9b5
commit
8cfa724200
@ -282,6 +282,7 @@ const Draggable = styled("div")`
|
||||
`;
|
||||
|
||||
const Disclosure = styled(CollapsedIcon)`
|
||||
transition: transform 100ms ease, fill 50ms !important;
|
||||
position: absolute;
|
||||
left: -24px;
|
||||
|
||||
|
Reference in New Issue
Block a user