Collapse daily stats by default.
Show only total floating PnL until expanded; enlarge details and lower exchange headers. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1205,20 +1205,62 @@ html[data-theme="light"] .host-metric-bar {
|
||||
.grid-monitor.grid-monitor-options-split .monitor-stats-card {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 14px 18px;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
gap: 0;
|
||||
padding: 8px 14px;
|
||||
}
|
||||
|
||||
.grid-monitor.grid-monitor-options-split .monitor-stats-card .card-head {
|
||||
.grid-monitor.grid-monitor-options-split .monitor-stats-card .card-head,
|
||||
.monitor-stats-card .monitor-stats-head {
|
||||
padding: 0;
|
||||
border-bottom: none;
|
||||
flex: 0 0 auto;
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.monitor-stats-head-main {
|
||||
min-width: 0;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.monitor-stats-float-summary {
|
||||
flex: 0 0 auto;
|
||||
text-align: right;
|
||||
padding: 2px 4px 2px 12px;
|
||||
}
|
||||
|
||||
.monitor-stats-float-summary .monitor-stat-label {
|
||||
margin-bottom: 0;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.monitor-stats-float-value {
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.btn-monitor-stats-toggle {
|
||||
font-size: 11px;
|
||||
padding: 2px 8px;
|
||||
min-height: 0;
|
||||
line-height: 1.3;
|
||||
color: var(--accent);
|
||||
border-color: var(--border-soft);
|
||||
}
|
||||
|
||||
.monitor-stats-card.is-collapsed .monitor-stats-detail {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.monitor-stats-card:not(.is-collapsed) .monitor-stats-float-summary {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.grid-monitor.grid-monitor-options-split .monitor-stats-card .card-body {
|
||||
padding: 0;
|
||||
padding: 8px 0 0;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
@@ -1236,31 +1278,32 @@ html[data-theme="light"] .host-metric-bar {
|
||||
.grid-monitor.grid-monitor-options-split .monitor-stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, minmax(0, 1fr));
|
||||
gap: 8px;
|
||||
gap: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.grid-monitor.grid-monitor-options-split .monitor-stat-cell {
|
||||
padding: 5px 6px 4px;
|
||||
padding: 10px 8px 8px;
|
||||
border-radius: 8px;
|
||||
min-width: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.grid-monitor.grid-monitor-options-split .monitor-stat-label {
|
||||
font-size: 10px;
|
||||
margin-bottom: 2px;
|
||||
font-size: 11px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.grid-monitor.grid-monitor-options-split .monitor-stat-value {
|
||||
font-size: 14px;
|
||||
line-height: 1.2;
|
||||
font-size: 18px;
|
||||
line-height: 1.25;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.grid-monitor.grid-monitor-options-split .monitor-stat-sub {
|
||||
margin-top: 1px;
|
||||
font-size: 10px;
|
||||
line-height: 1.2;
|
||||
margin-top: 3px;
|
||||
font-size: 11px;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.monitor-split-body {
|
||||
@@ -9940,20 +9983,19 @@ html[data-theme="light"] .hub-logs-card-hint {
|
||||
|
||||
body.hub-page-monitor:not(.hub-phone) .grid-monitor-options-split .monitor-stats-card {
|
||||
flex: 0 0 auto;
|
||||
padding: 5px 10px;
|
||||
gap: 10px 14px;
|
||||
padding: 8px 14px;
|
||||
}
|
||||
|
||||
body.hub-page-monitor:not(.hub-phone) .grid-monitor-options-split .monitor-stats-grid {
|
||||
gap: 6px;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
body.hub-page-monitor:not(.hub-phone) .grid-monitor-options-split .monitor-stat-cell {
|
||||
padding: 3px 4px;
|
||||
padding: 10px 8px 8px;
|
||||
}
|
||||
|
||||
body.hub-page-monitor:not(.hub-phone) .grid-monitor-options-split .monitor-stat-value {
|
||||
font-size: 13px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
body.hub-page-monitor:not(.hub-phone) .grid-monitor-options-split .monitor-split-body {
|
||||
@@ -9991,7 +10033,7 @@ html[data-theme="light"] .hub-logs-card-hint {
|
||||
|
||||
body.hub-page-monitor:not(.hub-phone) .card-monitor-okx-split .card-head,
|
||||
body.hub-page-monitor:not(.hub-phone) .card-monitor-split-side .card-head {
|
||||
padding: 6px 10px;
|
||||
padding: 12px 14px 10px;
|
||||
}
|
||||
|
||||
body.hub-page-monitor:not(.hub-phone) .card-monitor-okx-split .card-body,
|
||||
|
||||
Reference in New Issue
Block a user