Added channel preference UI for WebRTC Streaming

This commit is contained in:
rainbow napkin 2026-07-06 21:28:55 -04:00
parent a07edfc842
commit e3507b00f8
3 changed files with 42 additions and 2 deletions

View file

@ -139,6 +139,16 @@ img.admin-list-entry-item{
width: 8em;
}
#channel-preference-list-stream-settings-grid{
display: grid;
grid-template-columns: auto auto;
row-gap: 0.5em;
}
#channel-preference-list-stream-url {
grid-column: 2;
}
div.toke-command-list{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));