style: full width design

This commit is contained in:
Nicolas Meienberger
2025-10-22 21:28:14 +02:00
parent a64de8ec78
commit a927411c0d
2 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ function SidebarProvider({
...style,
} as React.CSSProperties
}
className={cn("group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex min-h-svh w-full", className)}
className={cn("group/sidebar-wrapper flex min-h-svh w-full", className)}
{...props}
>
{children}