feat: reduce width to 230
This commit is contained in:
@@ -322,7 +322,7 @@ return (
|
||||
<Box sx={{ display: 'flex', minHeight: 'calc(100vh - 64px)', width: '100%' }}>
|
||||
{/* Sticky Sidebar */}
|
||||
<Box sx={{
|
||||
width: 250,
|
||||
width: 230,
|
||||
flexShrink: 0,
|
||||
position: 'sticky',
|
||||
top: 64, // Height of NavBar
|
||||
|
||||
Reference in New Issue
Block a user