Skip to content

Commit

Permalink
fix responsive sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
issam-seghir committed Nov 12, 2024
1 parent 6835cbf commit ec55cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx/components/layout/SideBare.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export default function SideBare() {
sx={{
display: "flex",
alignSelf: "stretch",
justifyContent: "space-between",
flexDirection: "column",
width: "15rem",
flexBasis: "auto",
Expand Down Expand Up @@ -138,6 +137,7 @@ export default function SideBare() {
<List
size="md"
sx={{
flexGrow: 0,
justifyContent: "space-between",
"--List-gap": "9px",
"--ListItem-radius": "7px",
Expand Down

0 comments on commit ec55cc2

Please sign in to comment.