feat: Collapsible sidebar (#1721)

* wip

* styling, add keyboard shortcut

* tweak styling
This commit is contained in:
Tom Moor
2020-12-17 22:26:04 -08:00
committed by GitHub
parent 051ecab0fc
commit 40ca73e684
7 changed files with 126 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ const Header = styled.button`
display: flex;
align-items: center;
flex-shrink: 0;
padding: 16px 24px;
padding: 20px 24px;
position: relative;
background: none;
line-height: inherit;