fix: fit 13 limit-pool columns at 1600 and restyle leftover tokens

Keep the limit-up table inside the card without horizontal scroll,
raise header/row metrics to the B-147 spec, restore night sort accent,
and switch the day-mode repair badge to the shared blue token.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
MS-01-Codex
2026-08-20 03:35:40 +08:00
co-authored by Cursor multica-agent
parent df45638edd
commit f67100929b
4 changed files with 87 additions and 9 deletions
+42 -7
View File
@@ -716,7 +716,6 @@
#brokenView .data-table thead th,
#downView .data-table thead th,
#limitPool .data-table thead th,
#performanceView .data-table thead th,
#yesterdayView .data-table thead th {
height: 32px;
@@ -726,9 +725,16 @@
font-size: 11.5px;
}
#limitPool .data-table thead th {
height: 36px;
padding: 0 8px;
font-size: var(--font-size-caption);
}
#brokenView .data-table tbody td,
#downView .data-table tbody td,
#limitPool .data-table tbody td,
#performanceView .data-table tbody td,
#yesterdayView .data-table tbody td {
height: 39px;
@@ -736,6 +742,12 @@
padding: 5px 9px;
}
#limitPool .data-table tbody td {
height: 40px;
padding: 0 8px;
}
#limitPool .main-grid {
grid-template-columns: minmax(0px, 1fr) 308px;
}
@@ -2211,6 +2223,18 @@
min-width: 0;
width: 100%;
table-layout: fixed;
}
#limitPool #limitTable thead th {
width: auto;
min-width: 0;
}
#limitPool #limitTable thead th.row-number {
width: 36px;
}
#limitPool.redesigned-pool-view .pool-table-card.tbl-wrap {
@@ -2220,24 +2244,35 @@
}
#limitPool #limitTable.tbl thead th,
#limitPool .pool-table-card .data-table thead th {
height: 36px;
padding: 0 8px;
font-size: var(--font-size-caption);
}
#limitPool #limitTable.tbl tbody td,
#limitPool .pool-table-card .data-table thead th,
#limitPool .pool-table-card .data-table tbody td {
height: 40px;
padding: 0 8px;
}
#limitPool #limitTable .reason-column {
min-width: 4.5em;
min-width: 0;
overflow: visible;
overflow: hidden;
white-space: nowrap;
}
#limitPool #limitTable .pool-reason-cell {
overflow: visible;
overflow: hidden;
text-overflow: unset;
text-overflow: ellipsis;
white-space: nowrap;
}
#brokenTable,
+2 -2
View File
@@ -367,9 +367,9 @@
}
.sentiment-phase-badge.phase-repair {
background: rgb(231, 246, 246);
background: var(--accent-soft);
color: rgb(11, 109, 116);
color: var(--accent);
}
.sentiment-phase-badge.phase-fermentation {