From ee9608dc800b44f2f55a5544e15aaf6472f80d36 Mon Sep 17 00:00:00 2001 From: dekun Date: Fri, 17 Jul 2026 11:07:41 +0800 Subject: [PATCH] Move monitor host-status chevron to the right edge. Align the server-status disclosure arrow with the common right-side fold pattern. Co-authored-by: Cursor --- manual_trading_hub/static/app.css | 13 +++++++------ manual_trading_hub/static/index.html | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manual_trading_hub/static/app.css b/manual_trading_hub/static/app.css index c89a21c..0188a50 100644 --- a/manual_trading_hub/static/app.css +++ b/manual_trading_hub/static/app.css @@ -838,16 +838,17 @@ button:disabled { display: none; } -.host-status-summary::before { - content: "▸"; +.host-status-summary::after { + content: "▾"; color: var(--muted); - font-size: 11px; - transition: transform 0.15s ease; + font-size: 12px; + margin-left: auto; flex-shrink: 0; + transition: transform 0.15s ease; } -.host-status-panel[open] > .host-status-summary::before { - transform: rotate(90deg); +.host-status-panel[open] > .host-status-summary::after { + transform: rotate(180deg); } .host-status-summary-title { diff --git a/manual_trading_hub/static/index.html b/manual_trading_hub/static/index.html index df0ea6b..50e0bdd 100644 --- a/manual_trading_hub/static/index.html +++ b/manual_trading_hub/static/index.html @@ -15,7 +15,7 @@ - +