We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a9673 commit 326957cCopy full SHA for 326957c
2 files changed
dump.rdb
88 Bytes
src/components/Appbar.tsx
@@ -88,7 +88,7 @@ export const Appbar = () => {
88
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"
89
>
90
<div className="flex h-full flex-col gap-4">
91
- <div className="flex w-full items-center border-b border-primary/10 px-2 py-4">
+ <div className="flex w-full items-center border-b border-primary/10 px-2 py-3">
92
<div>
93
<motion.button
94
onClick={toggleCollapse}
0 commit comments