added close button to sidebar
I added the close button to the sidebar (no functionality yet). I also fixed the canvas grid width and height
This commit is contained in:
+6
-6
@@ -7,8 +7,8 @@ import { Box } from "@chakra-ui/react"
|
||||
function App() {
|
||||
return (
|
||||
<Grid
|
||||
templateRows="1fr 11fr"
|
||||
templateColumns="2fr 10fr"
|
||||
templateRows="0.75fr 11.25fr"
|
||||
templateColumns="1fr 11fr"
|
||||
height="100vh"
|
||||
width="100vw"
|
||||
>
|
||||
@@ -21,11 +21,11 @@ function App() {
|
||||
<GridItem colSpan={1}>
|
||||
<Grid
|
||||
templateRows="repeat(6 1fr)"
|
||||
templateColumns="repeat(6 1fr)"
|
||||
height="100vh"
|
||||
width="100vw"
|
||||
templateColumns="repeat(4 1fr)"
|
||||
height="100%"
|
||||
width="100%"
|
||||
>
|
||||
<Widgets></Widgets>
|
||||
{/* <Widgets></Widgets> */}
|
||||
</Grid>
|
||||
</GridItem>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user