host debug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user