1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

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
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;
}