Skip to content

Commit

Permalink
style(Aside): hide border of menu inside aside
Browse files Browse the repository at this point in the history
  • Loading branch information
Javey committed Dec 2, 2024
1 parent a03935d commit 9085828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/layout/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export const makeAsideStyles = cache(function makeAsideStyles(k: string) {
}
.${k}-menu {
width: auto !important;
border-right: none !important;
}
`
});
Expand Down

0 comments on commit 9085828

Please sign in to comment.