Add channels to search

This commit is contained in:
Bingus_Violet 2024-02-14 09:03:53 -06:00
parent b74f6ca6ee
commit ff496892d7
2 changed files with 57 additions and 11 deletions

View file

@ -196,6 +196,11 @@ hr {
margin: 20px auto;
}
.note {
color: darkgray;
font-size: 0.9rem
}
#channelBar {
background-color: rgb(15, 10, 25);
border-bottom: 2px gray solid;