Commit d260e1a4 authored by tom's avatar tom

desktop navigation fixes

parent ea74ac71
...@@ -45,6 +45,7 @@ const NavLinkGroupDesktop = ({ text, subItems, icon, isCollapsed, isActive }: Pr ...@@ -45,6 +45,7 @@ const NavLinkGroupDesktop = ({ text, subItems, icon, isCollapsed, isActive }: Pr
display="grid" display="grid"
gridColumnGap={ 3 } gridColumnGap={ 3 }
gridTemplateColumns="auto, 30px" gridTemplateColumns="auto, 30px"
overflow="hidden"
> >
<Flex justifyContent="space-between" width="100%" alignItems="center" pr={ 1 }> <Flex justifyContent="space-between" width="100%" alignItems="center" pr={ 1 }>
<HStack spacing={ 3 } overflow="hidden"> <HStack spacing={ 3 } overflow="hidden">
......
...@@ -52,7 +52,7 @@ const NavigationDesktop = () => { ...@@ -52,7 +52,7 @@ const NavigationDesktop = () => {
display={{ base: 'none', lg: 'flex' }} display={{ base: 'none', lg: 'flex' }}
position="relative" position="relative"
flexDirection="column" flexDirection="column"
alignItems="flex-start" alignItems="stretch"
borderRight="1px solid" borderRight="1px solid"
borderColor="divider" borderColor="divider"
px={{ lg: isExpanded ? 6 : 4, xl: isCollapsed ? 4 : 6 }} px={{ lg: isExpanded ? 6 : 4, xl: 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