show selected channel data

This commit is contained in:
Lewis Moten
2024-05-06 01:49:41 -04:00
parent 90cbbf7883
commit 154c125bfe
3 changed files with 133 additions and 0 deletions

View File

@@ -47,4 +47,32 @@ ol {
font-size: x-small;
font-family: monospace;
width: 250px;
}
#selected-samples {
width: 200px;
}
.low-high-set {
display: flex;
gap: 10px;
justify-content: space-between;
}
.low-high-set .max {
color: yellow;
font-style: bold;
}
.low-high-set .highest {
color: rgb(207, 207, 21);
}
.low-high-set .low {
min-width: 45px;
text-align: center;
}
.low-high-set .info {
min-width: 45px;
text-align: right;
}
.low-high-set .high {
min-width: 45px;
text-align: center;
}