Skip to content

Commit 326957c

Browse files
committed
fix: align sidebar toggle bottom border with navbar (#1864)
1 parent f4a9673 commit 326957c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

dump.rdb

88 Bytes
Binary file not shown.

src/components/Appbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const Appbar = () => {
8888
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"
8989
>
9090
<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">
91+
<div className="flex w-full items-center border-b border-primary/10 px-2 py-3">
9292
<div>
9393
<motion.button
9494
onClick={toggleCollapse}

0 commit comments

Comments
 (0)