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:
co-authored by
Cursor
multica-agent
parent
df45638edd
commit
f67100929b
+42
-7
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user