Skip to content

Commit

Permalink
⚡️ Sidebar & app improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Aug 15, 2022
1 parent 3a6c0ab commit 05af787
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/src/components/documents/sidebar/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const SidebarContent = (props: SidebarContentProps) => {
overflowX="hidden"
overflowY="auto"
borderRightWidth="1px"
w="60"
w="240px"
{...props}
>
<Flex direction="column" as="nav" aria-label="Main Navigation">
Expand Down
12 changes: 6 additions & 6 deletions app/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ function MyApp({ Component, pageProps }: AppProps) {
showOnShallow={true}
options={{ showSpinner: false }}
/>
<ChakraProvider theme={docsTheme}>
<Layout>
<SuperUIProvider>
<SuperUIProvider>
<ChakraProvider theme={docsTheme}>
<Layout>
<Component {...pageProps} />
</SuperUIProvider>
</Layout>
</ChakraProvider>
</Layout>
</ChakraProvider>
</SuperUIProvider>
</>
);
}
Expand Down

0 comments on commit 05af787

Please sign in to comment.