Collapse to learn, review, callible into one column

This commit is contained in:
Ian Keane 2026-06-11 12:54:08 -04:00
parent cccfba0712
commit 58c4dc08f3
3 changed files with 51 additions and 34 deletions

View file

@ -233,7 +233,8 @@ th.sort-desc .sort-indicator::after { content: '▼'; }
}
.pill-yes { background: #1e4d2b; color: #6fcf97; }
.pill-no { background: #4d1e1e; color: #eb5757; }
.pill-warn { background: #4d3a1e; color: #f2c94c; }
.pill-warn { background: #4d3a1e; color: #f2c94c; }
.pill-to-learn { background: #2a1a4e; color: #c4b5fd; }
.action-btn {
background: transparent;
@ -361,6 +362,25 @@ fieldset.active .fs-body { display: contents; }
justify-content: flex-end;
margin-top: 1rem;
}
.status-radios {
display: flex;
flex-direction: column;
gap: .3rem;
}
.radio-row {
display: flex;
align-items: center;
gap: .5rem;
font-size: .85rem;
font-weight: normal;
cursor: pointer;
}
.radio-row input[type="radio"] {
width: 1rem;
height: 1rem;
accent-color: var(--accent);
flex-shrink: 0;
}
#btn-save-tune { background: var(--accent); }
#btn-cancel { background: transparent; border: 1px solid var(--border); }
@ -426,7 +446,7 @@ fieldset.active .fs-body { display: contents; }
min-width: 1.5rem;
}
.mob-status { display: flex; gap: .2rem; align-items: center; flex-shrink: 0; }
.mob-pill { font-size: .62rem; padding: .1rem .3rem; }
.mob-pill { font-size: .7rem; padding: .1rem .4rem; }
/* Line 2: Instrument (Tuning) · Key [actions] */
.mob-line2 {