Claude Ultracode Fixes

This commit is contained in:
chk
2026-06-08 18:17:53 +02:00
parent 7595bae8a1
commit 10d306b7d4
9 changed files with 46 additions and 14 deletions

View File

@@ -121,6 +121,12 @@ h1 {
content: "⛔";
}
/* 🟡 CONNECTING / RECONNECTING */
.section#senders li.connecting::before,
.section#senders li.reconnecting::before {
content: "🟡";
}
.state-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));