Make call tiles look less broken in the right panel (#9808)

This commit is contained in:
Robin 2022-12-21 13:59:02 -05:00 committed by GitHub
parent 8778abc05c
commit 8660293424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 90 additions and 67 deletions

View file

@ -46,6 +46,8 @@ limitations under the License.
padding: $spacing-12;
color: $call-lobby-primary-content;
background-color: $call-lobby-background;
--facepile-background: $call-lobby-background;
border-radius: 8px;
display: flex;
@ -57,10 +59,6 @@ limitations under the License.
.mx_FacePile {
width: fit-content;
margin: $spacing-8 auto 0;
.mx_FacePile_faces .mx_BaseAvatar_image {
border-color: $call-lobby-background;
}
}
.mx_CallView_preview {