fix side nav collapse transition

This commit is contained in:
tjs 2022-09-01 13:53:34 -04:00
parent 48670290e8
commit 80435d8e60
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const SideNav = ({ collapsed }: { collapsed: boolean }) => {
return (
<div
className={`flex flex-col justify-between ${
className={`flex flex-col justify-between transition-all duration-500 ${
collapsed ? 'w-[64px]' : 'w-44 lg:w-56'
} min-h-screen border-r border-th-bkg-3 bg-th-bkg-1`}
>