Merge pull request #375 from jorilallo/jori/sidebar-link-tweaks
Adjusted margins in the sidebar
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);'}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user