diff --git a/apps/next/src/components/layout/status/list/index.tsx b/apps/next/src/components/layout/status/list/index.tsx index 9527986..2790c47 100644 --- a/apps/next/src/components/layout/status/list/index.tsx +++ b/apps/next/src/components/layout/status/list/index.tsx @@ -125,7 +125,7 @@ export const StatusList = ({ const containerCn = ccn({ context: tvMode, className: 'mx-auto', - on: 'px-6 max-w-7xl', + on: 'px-6', off: 'max-w-4xl px-4 sm:px-6', }); @@ -251,8 +251,7 @@ export const StatusList = ({

- via + + via + - + {s.updatedBy.name ?? s.updatedBy.email ?? 'another user'}