We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139653b commit e3d8604Copy full SHA for e3d8604
apps/dashboard/components/layout/sidebar.tsx
@@ -249,7 +249,7 @@ export function Sidebar() {
249
<nav
250
aria-hidden={!isMobileOpen}
251
className={cn(
252
- 'fixed inset-y-0 z-40 w-72 bg-sidebar',
+ 'fixed inset-y-0 z-40 w-56 sm:w-60 md:w-64 lg:w-72 bg-sidebar',
253
'border-sidebar-border border-r transition-transform duration-200 ease-out',
254
'left-0 md:left-12',
255
'pt-12 md:pt-0',
0 commit comments