Commit 030cf301 authored by tom's avatar tom

fix navigation giggle

parent 11f7b398
......@@ -43,6 +43,7 @@ const NavFooter = ({ isCollapsed }: Props) => {
paddingTop={ isMobile ? 6 : 8 }
marginTop={ isMobile ? 6 : 20 }
alignItems="flex-start"
alignSelf="center"
color="gray.500"
fontSize="xs"
{ ...getDefaultTransitionProps({ transitionProperty: 'width' }) }
......
......@@ -43,7 +43,7 @@ const NavigationDesktop = () => {
<Flex
position="relative"
flexDirection="column"
alignItems="center"
alignItems="flex-start"
borderRight="1px solid"
borderColor={ containerBorderColor }
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