Add fleet stats table with funds, fees, loss streak, and totals.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -407,6 +407,21 @@ input {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
margin-top: 28px;
|
||||
}
|
||||
|
||||
.stats-toolbar {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.stats-table tfoot .stats-total-row td {
|
||||
border-top: 1px solid rgba(0, 229, 255, 0.35);
|
||||
background: rgba(0, 40, 60, 0.45);
|
||||
font-weight: 650;
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
.btn-sm {
|
||||
padding: 4px 8px;
|
||||
font-size: 0.78rem;
|
||||
|
||||
Reference in New Issue
Block a user