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" >
@@ -97,7 +97,7 @@ export const Appbar = () => { initial={{ y: 100 }} animate={{ y: 0 }} transition={{ duration: 0.3, ease: 'easeInOut' }} - className="fixed bottom-0 left-0 right-0 z-[999] 2xl:hidden" + className="fixed bottom-0 left-0 right-0 z-[999] lg:hidden" >
diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 78751267..a6be102d 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -265,7 +265,7 @@ export function Sidebar({ `item-${num}`)} - className="w-full px-4 capitalize" + className="w-full px-4 capitalize pb-24" > {memoizedContent}