host debug

This commit is contained in:
2026-03-09 00:11:32 +01:00
parent 9f22fa068e
commit e875956b61
3 changed files with 25 additions and 0 deletions

View File

@@ -206,6 +206,19 @@
border-radius: 12px;
}
.host-debug {
margin: 6px 0 0;
padding: 6px 8px;
background: #0b1020;
color: #c7d2fe;
border-radius: 8px;
font-size: 0.7rem;
white-space: pre-wrap;
word-break: break-word;
max-height: 120px;
overflow: auto;
}
.command-list {
list-style: none;
padding: 0;