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 <cursoragent@cursor.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet" media="print" onload="this.media='all'" />
|
||||
<noscript><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet" /></noscript>
|
||||
<link rel="stylesheet" href="/assets/app.css?v=20260716-calc-left-tabs" />
|
||||
<link rel="stylesheet" href="/assets/app.css?v=20260717-host-status-chevron" />
|
||||
<link rel="stylesheet" href="/assets/trade_stats_calendar.css?v=4" />
|
||||
<link rel="stylesheet" href="/assets/account_risk_badge.css?v=4" />
|
||||
<script src="/assets/account_risk_badge.js?v=4"></script>
|
||||
|
||||
Reference in New Issue
Block a user