Add optimization target toggle

This commit is contained in:
Jan Bader
2026-06-22 01:25:21 +02:00
parent 630d6d6fd6
commit 4b1b3a7379
3 changed files with 62 additions and 12 deletions
+12
View File
@@ -261,6 +261,18 @@ h3 { margin-bottom: 0; }
gap: 0.75rem;
margin: 1rem 0;
}
.optimum-header-controls {
display: flex;
flex-wrap: wrap;
gap: 1rem;
align-items: end;
justify-content: space-between;
}
.optimum-header-controls .muted-copy {
flex: 1 1 28rem;
margin-bottom: 0;
}
.optimum-header-controls label { min-width: 220px; }
.optimum-results {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));