Commit 030cf301 authored by tom's avatar tom

fix navigation giggle

parent 11f7b398
...@@ -43,6 +43,7 @@ const NavFooter = ({ isCollapsed }: Props) => { ...@@ -43,6 +43,7 @@ const NavFooter = ({ isCollapsed }: Props) => {
paddingTop={ isMobile ? 6 : 8 } paddingTop={ isMobile ? 6 : 8 }
marginTop={ isMobile ? 6 : 20 } marginTop={ isMobile ? 6 : 20 }
alignItems="flex-start" alignItems="flex-start"
alignSelf="center"
color="gray.500" color="gray.500"
fontSize="xs" fontSize="xs"
{ ...getDefaultTransitionProps({ transitionProperty: 'width' }) } { ...getDefaultTransitionProps({ transitionProperty: 'width' }) }
......
...@@ -43,7 +43,7 @@ const NavigationDesktop = () => { ...@@ -43,7 +43,7 @@ const NavigationDesktop = () => {
<Flex <Flex
position="relative" position="relative"
flexDirection="column" flexDirection="column"
alignItems="center" alignItems="flex-start"
borderRight="1px solid" borderRight="1px solid"
borderColor={ containerBorderColor } borderColor={ containerBorderColor }
px={ isCollapsed ? 4 : 6 } px={ isCollapsed ? 4 : 6 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment