From 6a319755351d2c62c16612264596b851a55b574f Mon Sep 17 00:00:00 2001 From: roaring30s Date: Tue, 13 Jan 2026 11:56:29 -0500 Subject: [PATCH 1/2] fix(orchestrators): enable layout of table header on mobile --- pages/orchestrators.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pages/orchestrators.tsx b/pages/orchestrators.tsx index 187087d4..c4df3846 100644 --- a/pages/orchestrators.tsx +++ b/pages/orchestrators.tsx @@ -53,7 +53,15 @@ const OrchestratorsPage = ({ > Orchestrators @@ -66,7 +74,6 @@ const OrchestratorsPage = ({ css={{ color: "$hiContrast", fontSize: "$2", - marginRight: "$2", }} > Performance Leaderboard From d53188947412065ff624f72d95cd6e48461bb6e8 Mon Sep 17 00:00:00 2001 From: roaring30s Date: Wed, 14 Jan 2026 15:02:08 -0500 Subject: [PATCH 2/2] fix: resolve formatting issues in orchestrators page --- pages/orchestrators.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/orchestrators.tsx b/pages/orchestrators.tsx index c4df3846..f0f85e3c 100644 --- a/pages/orchestrators.tsx +++ b/pages/orchestrators.tsx @@ -58,7 +58,7 @@ const OrchestratorsPage = ({ justifyContent: "center", flexWrap: "wrap", gap: "$3", - "@bp2": { + "@bp1": { justifyContent: "space-between", }, }}