Add optimization target toggle
This commit is contained in:
+12
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user