We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9cc26d commit 22a2d13Copy full SHA for 22a2d13
src/webpage/style.css
@@ -783,6 +783,11 @@ textarea {
783
#sideContainDiv::-webkit-scrollbar {
784
display: none;
785
}
786
+#sideContainDiv:has(#sideDiv:empty):has(#player:empty) {
787
+ width: 0px;
788
+ margin: 0px;
789
+ padding: 0px;
790
+}
791
#servers,
792
#channels,
793
#sideDiv {
src/webpage/voice.ts
@@ -950,7 +950,6 @@ a=rtcp-mux\r`;
950
951
this.micTrack?.stop();
952
this.micTrack = undefined;
953
- this.micTrack = undefined;
954
this.mic = undefined;
955
this.off = undefined;
956
this.counter = undefined;
0 commit comments