UI updates continued
This commit is contained in:
parent
2b9672fedf
commit
6a0cc58f60
24 changed files with 1209 additions and 306 deletions
|
|
@ -4,7 +4,7 @@ import { Sidebar } from "./Sidebar";
|
|||
export const Layout = ({ children }) => (
|
||||
<Grid container direction="row">
|
||||
<Sidebar open />
|
||||
<Grid item sx={{ ml: "300px", width: "100%", height: "100vh" }}>
|
||||
<Grid item sx={{ ml: "270px", width: "100%", height: "100vh" }}>
|
||||
{children}
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue