Implement pause voice broadcast recording (#9469)
This commit is contained in:
parent
be281fd735
commit
b7996a2e49
11 changed files with 272 additions and 27 deletions
|
@ -25,3 +25,7 @@ limitations under the License.
|
|||
margin-bottom: $spacing-8;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.mx_VoiceBroadcastControl-recording {
|
||||
color: $alert;
|
||||
}
|
||||
|
|
|
@ -31,5 +31,5 @@ limitations under the License.
|
|||
|
||||
.mx_VoiceBroadcastRecordingPip_controls {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
|
3
res/img/element-icons/Record.svg
Normal file
3
res/img/element-icons/Record.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="5" cy="5" r="5" fill="#FF5B55"/>
|
||||
</svg>
|
After Width: | Height: | Size: 148 B |
Loading…
Add table
Add a link
Reference in a new issue