Added channel preference UI for WebRTC Streaming
This commit is contained in:
parent
a07edfc842
commit
e3507b00f8
3 changed files with 42 additions and 2 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue