1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update responsive drawer breakpoint

This commit is contained in:
Bill Thornton 2024-01-07 02:48:29 -05:00
parent 81192057e6
commit 09b80ba151
4 changed files with 11 additions and 11 deletions

View file

@ -14,7 +14,7 @@ const Backdrop = () => {
className='backdropContainer'
sx={{
left: {
sm: DRAWER_WIDTH
md: DRAWER_WIDTH
}
}}
/>