feat(control-ui): add chat focus mode

This commit is contained in:
Peter Steinberger
2026-01-06 08:16:09 +01:00
parent 173e9f103e
commit 882048d90b
10 changed files with 197 additions and 15 deletions

View File

@@ -200,6 +200,11 @@
background: rgba(245, 159, 74, 0.2);
}
.btn.active {
border-color: rgba(245, 159, 74, 0.55);
background: rgba(245, 159, 74, 0.16);
}
.btn.danger {
border-color: rgba(255, 107, 107, 0.45);
background: rgba(255, 107, 107, 0.18);