Voice chat controls

This commit is contained in:
Vozer
2022-06-05 19:00:59 -05:00
committed by GitHub
parent 329ab81f2e
commit 0d2775a060
+17
View File
@@ -58,3 +58,20 @@
width: 8px;
border-radius: 5px 5px 5px 5px;
}
/* Voice Chat Controls */
.wrapper-3Hk9OB .container-1zzFcN{
background: rgba(0, 0, 0, 0.436);
backdrop-filter: blur(10px);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483);
border: 1px solid rgb(78, 78, 81);
border-radius: 20px;
margin-right: 15px;
margin-left: 15px;
margin-bottom: 6px;
overflow-y: hidden;
overflow-x: hidden;
}
.buttonContents-y1l-R8 {
font-size: 0px;
}