feat: Collapsible sidebar (#1721)
* wip * styling, add keyboard shortcut * tweak styling
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -48,6 +48,7 @@ const spacing = {
|
||||
vpadding: "1.5vw",
|
||||
hpadding: "1.875vw",
|
||||
sidebarWidth: "280px",
|
||||
sidebarCollapsedWidth: "16px",
|
||||
sidebarMinWidth: "250px",
|
||||
sidebarMaxWidth: "350px",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user