Skip to content

Commit

Permalink
change the minW of the nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
nloureiro committed Mar 15, 2024
1 parent cdbd559 commit 2393c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ const SideNav = ({ path }: SideNavProps) => {
pt={8}
pb={16}
h="calc(100vh - 80px)" // TODO take footer into account for height?
w="calc((100% - 1448px) / 2 + 298px)"
minW="298px"
w="calc((100% - 1448px) / 2 + 256px)"
minW="256px"
overflowY="auto"
transition="transform 0.2s ease"
bgColor="background.base"
Expand Down

0 comments on commit 2393c10

Please sign in to comment.