Skip to content

Commit

Permalink
feat: tweak sidebar width
Browse files Browse the repository at this point in the history
  • Loading branch information
Bin-Huang committed Apr 5, 2023
1 parent 0b0a128 commit b56b94b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,10 @@ function Main() {
<Grid container spacing={2} sx={{
height: '100%',
}}>
<Grid item xs={2.5}
<Grid item
sx={{
height: '100%',
maxWidth: '210px',
}}
>
<Stack
Expand Down Expand Up @@ -326,7 +327,7 @@ function Main() {
</Stack>

</Grid>
<Grid item xs={9.5}
<Grid item xs
sx={{
height: '100%',
}}
Expand Down

0 comments on commit b56b94b

Please sign in to comment.