diff --git a/app/components/Layout/components/SidebarCollections.js b/app/components/Layout/components/SidebarCollections.js index 45e9e304e..65353bc88 100644 --- a/app/components/Layout/components/SidebarCollections.js +++ b/app/components/Layout/components/SidebarCollections.js @@ -241,7 +241,7 @@ const Header = styled(Flex)` `; const Children = styled(Flex)` - margin-left: 20px; + margin-left: 10px; `; export default inject('collections', 'ui', 'documents')(SidebarCollections); diff --git a/app/components/Layout/components/SidebarLink.js b/app/components/Layout/components/SidebarLink.js index 02d8508e8..2973ce767 100644 --- a/app/components/Layout/components/SidebarLink.js +++ b/app/components/Layout/components/SidebarLink.js @@ -18,6 +18,7 @@ const StyleableDiv = props =>
; const StyledGoTo = styled(CollapsedIcon)` margin-bottom: -4px; + margin-left: -2px; margin-right: 0; ${({ expanded }) => !expanded && 'transform: rotate(-90deg);'} `;