feat(suitbuilder): CD0/CD1/CD2 allowed-tier checkboxes (replace dead crit min/max)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Erik 2026-06-25 20:36:45 +02:00
parent 75a735d589
commit 09bde83325
3 changed files with 22 additions and 10 deletions

View file

@ -1529,4 +1529,14 @@ body {
color: #95a5a6;
font-size: 10px;
margin-left: auto;
}
}
.cd-toggle {
display: inline-flex;
align-items: center;
gap: 4px;
margin-right: 10px;
font-weight: normal;
cursor: pointer;
}
.cd-toggle input { margin: 0; }