diff --git a/src/components/Appbar.tsx b/src/components/Appbar.tsx index 69341832..05b8eb5a 100644 --- a/src/components/Appbar.tsx +++ b/src/components/Appbar.tsx @@ -49,7 +49,7 @@ export const Appbar = () => { const toggleCollapse = () => setIsCollapsed(!isCollapsed); const sidebarVariants = { - expanded: { width: '12vw' }, + expanded: { width: '20vw' }, collapsed: { width: '4vw' }, }; @@ -66,7 +66,7 @@ export const Appbar = () => { stiffness: 200, damping: 20, }} - className="fixed left-0 top-0 z-[999] hidden h-full flex-col border-r border-primary/10 bg-background dark:bg-background 2xl:flex" + className="fixed left-0 top-0 z-[999] hidden h-full flex-col border-r border-primary/10 bg-background dark:bg-background lg:flex" >