Display voice broadcast total length (#9517)

This commit is contained in:
Michael Weimann 2022-10-31 18:35:02 +01:00 committed by GitHub
parent 9b644844da
commit 66c20a0798
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 443 additions and 94 deletions

View file

@ -17,7 +17,9 @@ limitations under the License.
.mx_VoiceBroadcastBody {
background-color: $quinary-content;
border-radius: 8px;
color: $secondary-content;
display: inline-block;
font-size: $font-12px;
padding: $spacing-12;
}
@ -37,3 +39,8 @@ limitations under the License.
display: flex;
justify-content: space-around;
}
.mx_VoiceBroadcastBody_timerow {
display: flex;
justify-content: flex-end;
}