Skip to content

Commit

Permalink
updated min-width of appbar when collapsed to 4rem
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveeerr authored Dec 6, 2024
1 parent 7e7fe1e commit f8e643b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Appbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 lg:flex min-w-8"
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 min-w-16"
>
<div className="flex h-full flex-col gap-4">
<div className="flex w-full items-center border-b border-primary/10 px-2 py-4">
Expand Down

0 comments on commit f8e643b

Please sign in to comment.