Adjusted margins in the sidebar

This commit is contained in:
Jori Lallo
2017-10-29 23:43:02 -07:00
parent a1bfde7aec
commit bcf002151d
2 changed files with 2 additions and 1 deletions

View File

@@ -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);

View File

@@ -18,6 +18,7 @@ const StyleableDiv = props => <div {...props} />;
const StyledGoTo = styled(CollapsedIcon)`
margin-bottom: -4px;
margin-left: -2px;
margin-right: 0;
${({ expanded }) => !expanded && 'transform: rotate(-90deg);'}
`;