From f6d18e25cc8cf8e61b737df0f18682c822705575 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Jul 2026 16:13:50 +0000 Subject: [PATCH] Condense dashboard form buttons to sit inline instead of full-width rows --- public/css/style.css | 9 +++++++-- public/dashboard/index.html | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index cbcf5a5..1837a7e 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -216,8 +216,8 @@ button.danger { background: var(--panel); border: 1px solid var(--border); border-radius: 12px; - padding: 20px; - margin-bottom: 20px; + padding: 16px; + margin-bottom: 14px; } .card h3 { @@ -322,6 +322,11 @@ button.danger { margin-bottom: 0; } +.inline-form button { + width: auto; + white-space: nowrap; +} + .hidden { display: none !important; } diff --git a/public/dashboard/index.html b/public/dashboard/index.html index da596b9..38a8656 100644 --- a/public/dashboard/index.html +++ b/public/dashboard/index.html @@ -69,7 +69,7 @@ -