-
- {children} -
+ {pathname.startsWith('/e/') ? ( + // Extension workspaces opt out of the centered max-w-5xl chrome + // because their content (file viewers, dashboards) wants the full + // viewport width. +
{children}
+ ) : ( +
+ {children} +
+ )}