1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Implement voice broadcast device selection (#9572)

This commit is contained in:
Michael Weimann
2022-11-15 10:02:40 +01:00
committed by GitHub
parent 272aae0973
commit 436146105e
15 changed files with 248 additions and 51 deletions

View File

@@ -27,5 +27,6 @@ limitations under the License.
.mx_Icon_16 {
height: 16px;
flex: 0 0 16px;
width: 16px;
}

View File

@@ -50,3 +50,7 @@ limitations under the License.
white-space: nowrap;
}
}
.mx_VoiceBroadcastHeader_mic--clickable {
cursor: pointer;
}