diff --git a/app/(main)/[locale]/page.tsx b/app/(main)/[locale]/page.tsx index c411c041..dd2bfa40 100644 --- a/app/(main)/[locale]/page.tsx +++ b/app/(main)/[locale]/page.tsx @@ -2466,7 +2466,7 @@ export default function Home() { ), inlineApp && "hidden" )} - style={!isMobile && !isTablet ? { width: sidebarCollapsed ? 64 : sidebarWidth } : undefined} + style={!isMobile && !isTablet ? { width: sidebarCollapsed ? 48 : sidebarWidth } : undefined} >