Skip to content

Commit

Permalink
Merge pull request #3806 from ProjectMirador/paper-border
Browse files Browse the repository at this point in the history
[MUI5] Improve the window sidebar border
  • Loading branch information
jcoyne authored Nov 21, 2023
2 parents 866cd8a + 03e7962 commit c79062b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/WindowSideBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ export class WindowSideBar extends Component {
'aria-label': t('sidebarPanelsNavigation'),
component: 'nav',
sx: {
borderInlineEnd: '1px solid',
borderInlineEndColor: 'divider',
borderBlock: 0,
borderInlineStart: 0,
height: '100%',
overflowX: 'hidden',
position: 'relative',
width: 48,
},
variant: 'outlined',
}}
SlideProps={{ direction: direction === 'rtl' ? 'left' : 'right', mountOnEnter: true, unmountOnExit: true }}
open={sideBarOpen}
Expand Down

0 comments on commit c79062b

Please sign in to comment.