Final sweep: Crucible fixes, Path Tracer polish, forge progress, tests green.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Align dashboard subtitle default and UpsertAgent tests with fleet label behavior; WebSocket coalesce and PathForge hardening; Crucible expanded ops and visual DV fixes; Vitest 610/610 and full test-suite pass; trim PROBLEMS.md to open items only.
This commit is contained in:
@@ -266,10 +266,10 @@ a:hover { color: var(--ember); }
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.5rem;
|
||||
padding: 1.1rem 1.2rem;
|
||||
padding: var(--deck-card-padding);
|
||||
background: var(--panel);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius);
|
||||
border-radius: var(--deck-card-radius);
|
||||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
||||
@@ -305,7 +305,7 @@ a:hover { color: var(--ember); }
|
||||
|
||||
.platform-card p {
|
||||
margin: 0;
|
||||
font-size: 0.82rem;
|
||||
font-size: 0.85rem;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
@@ -382,8 +382,8 @@ code.inline {
|
||||
.info-card {
|
||||
background: var(--panel);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius);
|
||||
padding: 1.1rem 1.2rem;
|
||||
border-radius: var(--deck-card-radius);
|
||||
padding: var(--deck-card-padding);
|
||||
}
|
||||
|
||||
.info-card h3 {
|
||||
@@ -442,10 +442,10 @@ td { color: var(--muted); }
|
||||
|
||||
.cms-list li {
|
||||
margin-bottom: 1rem;
|
||||
padding: 1rem 1.1rem;
|
||||
padding: var(--deck-card-padding);
|
||||
background: var(--panel);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius);
|
||||
border-radius: var(--deck-card-radius);
|
||||
}
|
||||
|
||||
.cms-list strong {
|
||||
|
||||
Reference in New Issue
Block a user