From 2abbf95e39606c470080a6ed86bee4ef6366ec53 Mon Sep 17 00:00:00 2001 From: Naiyuan Qing <145280634+NevilleQingNY@users.noreply.github.com> Date: Fri, 12 Jun 2026 18:07:02 +0800 Subject: [PATCH] fix(runtimes): drop doubled header border, align create button with convention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PageHeader already carries border-b; the content wrappers' border-t stacked a second line right under it (the only list page doing this). "Add a computer" follows the chrome-button convention: outline with text on md+, square plus icon below md — primary stays reserved for the empty state CTA. Co-Authored-By: Claude Fable 5 --- .../runtimes/components/runtimes-page.tsx | 23 ++++++++++++++----- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/packages/views/runtimes/components/runtimes-page.tsx b/packages/views/runtimes/components/runtimes-page.tsx index 8349f29a6..95504ffe2 100644 --- a/packages/views/runtimes/components/runtimes-page.tsx +++ b/packages/views/runtimes/components/runtimes-page.tsx @@ -204,7 +204,7 @@ export function RuntimesPage({ setShowConnectDialog(true)} /> ) : isMobile ? ( -
+
) : ( -
+
$.cloud_runtime.action)} )} -
@@ -733,7 +744,7 @@ function RuntimesPageSkeleton() { -
+