Desktop improvements (#4492)

* Update version to non-promise interface

* History navigation in sidebar
This commit is contained in:
Tom Moor
2022-11-28 15:30:50 -08:00
committed by GitHub
parent a5e2ac6570
commit 8ca5d66204
9 changed files with 107 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ const Container = styled(Flex)<ContainerProps>`
z-index: ${depths.sidebar};
max-width: 70%;
min-width: 280px;
padding-top: ${Desktop.hasInsetTitlebar() ? 24 : 0}px;
padding-top: ${Desktop.hasInsetTitlebar() ? 36 : 0}px;
${draggableOnDesktop()}
${fadeOnDesktopBackgrounded()}