update gui

This commit is contained in:
2026-07-28 20:45:34 -05:00
parent 8dcee4121b
commit 510d5490f9
13 changed files with 606 additions and 40 deletions
+6
View File
@@ -212,6 +212,12 @@ legend { margin-bottom: 8px; }
}
.authorization.active .status, .status.enabled { color: var(--accent-dark); border-color: rgba(105, 145, 64, .42); background: rgba(185, 217, 130, .25); }
.code-hint { color: var(--amber); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.authorization-editor { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.authorization-editor summary { color: var(--accent-dark); cursor: pointer; font-weight: 800; }
.authorization-editor[open] summary { margin-bottom: 18px; }
.authorization-editor fieldset { padding: 14px; }
.authorization-editor .button { justify-self: start; }
.authorization-revoke { margin-top: 14px; }
dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; margin: 18px 0; }
dl div { min-width: 0; }
dt { color: var(--muted); font-size: .7rem; text-transform: uppercase; }