feat: add application interface controls

This commit is contained in:
hectorzhao
2026-07-09 18:32:26 +08:00
parent 767f0ca9aa
commit ff0756ff9c
14 changed files with 260 additions and 26 deletions
+5
View File
@@ -1259,6 +1259,11 @@ h3 {
gap: var(--space-2);
}
.radio-row label.is-disabled {
color: var(--color-text-muted);
cursor: not-allowed;
}
.radio-row input[type="radio"] {
accent-color: var(--color-selected);
height: 16px;