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

@@ -82,6 +82,8 @@
"Change Language": "Change Language",
"Dismiss": "Dismiss",
"Keyboard shortcuts": "Keyboard shortcuts",
"Expand": "Expand",
"Collapse": "Collapse",
"New collection": "New collection",
"Collections": "Collections",
"Untitled": "Untitled",

View File

@@ -48,6 +48,7 @@ const spacing = {
vpadding: "1.5vw",
hpadding: "1.875vw",
sidebarWidth: "280px",
sidebarCollapsedWidth: "16px",
sidebarMinWidth: "250px",
sidebarMaxWidth: "350px",
};