multichannel support + colormap inherit
This commit is contained in:
@@ -82,10 +82,7 @@ html, body, #root {
|
||||
padding: 4px 10px;
|
||||
border-radius: 4px;
|
||||
font-size: 11px;
|
||||
max-width: 400px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 60%;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.status-bar.info { color: #90caf9; }
|
||||
@@ -155,6 +152,15 @@ html, body, #root {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
.node-warning {
|
||||
padding: 3px 10px;
|
||||
font-size: 10px;
|
||||
color: #fbbf24;
|
||||
background: rgba(251, 191, 36, 0.1);
|
||||
border-top: 1px solid rgba(251, 191, 36, 0.2);
|
||||
border-bottom: 1px solid rgba(251, 191, 36, 0.2);
|
||||
}
|
||||
|
||||
/* ── I/O rows ──────────────────────────────────────────────────────── */
|
||||
.io-row {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user