Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 190389a

Browse files
authored
Fix oblong avatars in video room lobbies (#8565)
1 parent 5348572 commit 190389a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/avatars/_BaseAvatar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ limitations under the License.
4747

4848
.mx_BaseAvatar_image {
4949
object-fit: cover;
50+
aspect-ratio: 1;
5051
border-radius: 125px;
5152
vertical-align: top;
5253
background-color: $background;

0 commit comments

Comments
 (0)