feat: reduce width to 230

This commit is contained in:
amhsirak
2025-11-05 22:04:15 +05:30
parent 3b56d865c9
commit 439a60d298

View File

@@ -322,7 +322,7 @@ return (
<Box sx={{ display: 'flex', minHeight: 'calc(100vh - 64px)', width: '100%' }}> <Box sx={{ display: 'flex', minHeight: 'calc(100vh - 64px)', width: '100%' }}>
{/* Sticky Sidebar */} {/* Sticky Sidebar */}
<Box sx={{ <Box sx={{
width: 250, width: 230,
flexShrink: 0, flexShrink: 0,
position: 'sticky', position: 'sticky',
top: 64, // Height of NavBar top: 64, // Height of NavBar