feat: Organize sidebar (#1834)

* chore: Flip chinese label in language select

* feat: Add settings to sidebar, organize secondary items to bottom
This commit is contained in:
Tom Moor
2021-01-21 07:22:20 -08:00
committed by GitHub
parent 993aad004e
commit 70626ffff0
6 changed files with 253 additions and 181 deletions

View File

@@ -7,6 +7,7 @@ const Section = styled(Flex)`
flex-direction: column;
margin: 24px 8px;
min-width: ${(props) => props.theme.sidebarMinWidth}px;
flex-shrink: 0;
`;
export default Section;