Implement small broadcast PiP (#9755)

This commit is contained in:
Michael Weimann 2022-12-15 12:43:01 +01:00 committed by GitHub
parent 9f795a4c5f
commit ab560bba40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 938 additions and 74 deletions

View file

@ -17,7 +17,7 @@ limitations under the License.
gap: $spacing-8;
line-height: 20px;
margin-bottom: $spacing-16;
width: 266px;
min-width: 0;
}
.mx_VoiceBroadcastHeader_content {
@ -25,9 +25,17 @@ limitations under the License.
min-width: 0;
}
.mx_VoiceBroadcastHeader_room_wrapper {
align-items: center;
display: flex;
gap: 4px;
justify-content: flex-start;
}
.mx_VoiceBroadcastHeader_room {
font-size: $font-12px;
font-weight: $font-semi-bold;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;