Improve UI

This commit is contained in:
Aj - Thomas
2022-05-04 07:12:22 +02:00
parent 4a7480f94e
commit 4245a273fe
6 changed files with 141 additions and 85 deletions

View File

@@ -15,16 +15,14 @@ export default function Layout({ children, style }: any) {
const { classes, cx } = useStyles();
return (
<AppShell
aside={
<Aside
height={'auto'}
width={{
xs: 'auto',
md: 'auto',
lg: 'auto',
xl: 'auto',
}}
height={'auto'}
hiddenBreakpoint="md"
hidden
width={{
base: 'auto',
}}
>
<CalendarComponent />
</Aside>