Fix oblong avatars in video room lobbies (#8565)

This commit is contained in:
Robin
2022-05-11 17:06:13 +00:00
committed by GitHub
parent 5348572439
commit 190389a053
+1
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;