From 40489be8e93b6625d96143a3b5c8e2b928df02e3 Mon Sep 17 00:00:00 2001 From: gibbyb Date: Thu, 25 Sep 2025 11:29:18 -0500 Subject: [PATCH] More ui stuff --- .../src/components/layout/status/list/index.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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'}