Add the enforce toggle and drift-band minimize note

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-01 12:49:31 -04:00
parent 4cc1edfc60
commit 5adab985a7
3 changed files with 15 additions and 0 deletions
+4
View File
@@ -124,3 +124,7 @@ input:focus { outline: 0; border-color: var(--accent); }
background: none; border: none; padding: 0; font: inherit; font-size: 12px;
color: var(--accent); cursor: pointer; text-decoration: underline;
}
.enforce-note { opacity: 0.8; font-size: 0.85em; }
.enforce-toggle { display: flex; align-items: center; gap: 0.4em; }
.hint { opacity: 0.7; font-size: 0.85em; margin: 0.2em 0 0.6em; }