show list of channels

This commit is contained in:
Lewis Moten
2024-05-03 23:56:59 -04:00
parent 348ea8df7c
commit 8059de37b2
3 changed files with 27 additions and 4 deletions

View File

@@ -37,4 +37,14 @@ textarea, .raw-data {
}
.bit-unexpected {
color: green;
}
ol {
overflow: auto;
height: 75px;
background-color: rgb(41, 59, 10);
color: rgb(75, 185, 75);
border: 1px solid grey;
font-size: x-small;
font-family: monospace;
width: 250px;
}