diff --git a/app/components/Layout/components/SidebarCollections.js b/app/components/Layout/components/SidebarCollections.js index 81ab2b91e..37f064db2 100644 --- a/app/components/Layout/components/SidebarCollections.js +++ b/app/components/Layout/components/SidebarCollections.js @@ -243,7 +243,7 @@ const Header = styled(Flex)` `; const Children = styled(Flex)` - margin-left: 20px; + margin-left: 12px; `; export default inject('collections', 'ui', 'documents')(SidebarCollections); diff --git a/app/components/Layout/components/SidebarLink.js b/app/components/Layout/components/SidebarLink.js index d81046e05..58ba5a323 100644 --- a/app/components/Layout/components/SidebarLink.js +++ b/app/components/Layout/components/SidebarLink.js @@ -15,7 +15,8 @@ const activeStyle = { const StyledGoTo = styled(CollapsedIcon)` margin-bottom: -4px; - margin-right: 0; + margin-left: 1px; + margin-right: -3px; ${({ expanded }) => !expanded && 'transform: rotate(-90deg);'} `;