Merge pull request #375 from jorilallo/jori/sidebar-link-tweaks

Adjusted margins in the sidebar
This commit is contained in:
Jori Lallo
2017-10-31 21:37:29 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -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);'}
`;