Skip to content

Commit 2393c10

Browse files
committed
change the minW of the nav bar
1 parent cdbd559 commit 2393c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SideNav.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ const SideNav = ({ path }: SideNavProps) => {
156156
pt={8}
157157
pb={16}
158158
h="calc(100vh - 80px)" // TODO take footer into account for height?
159-
w="calc((100% - 1448px) / 2 + 298px)"
160-
minW="298px"
159+
w="calc((100% - 1448px) / 2 + 256px)"
160+
minW="256px"
161161
overflowY="auto"
162162
transition="transform 0.2s ease"
163163
bgColor="background.base"

0 commit comments

Comments
 (0)