Fix oblong avatars in video room lobbies (#8565)

This commit is contained in:
Robin 2022-05-11 13:06:13 -04:00 committed by GitHub
parent 5348572439
commit 190389a053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,7 @@ limitations under the License.
.mx_BaseAvatar_image {
object-fit: cover;
aspect-ratio: 1;
border-radius: 125px;
vertical-align: top;
background-color: $background;