small improvments
This commit is contained in:
parent
a9cc26da66
commit
22a2d130bd
2 changed files with 5 additions and 1 deletions
|
@ -783,6 +783,11 @@ textarea {
|
|||
#sideContainDiv::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
#sideContainDiv:has(#sideDiv:empty):has(#player:empty) {
|
||||
width: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
#servers,
|
||||
#channels,
|
||||
#sideDiv {
|
||||
|
|
|
@ -950,7 +950,6 @@ a=rtcp-mux\r`;
|
|||
}
|
||||
this.micTrack?.stop();
|
||||
this.micTrack = undefined;
|
||||
this.micTrack = undefined;
|
||||
this.mic = undefined;
|
||||
this.off = undefined;
|
||||
this.counter = undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue