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

Commit

Permalink
Fix oblong avatars in video room lobbies (#8565)
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed May 11, 2022
1 parent 5348572 commit 190389a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/avatars/_BaseAvatar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 190389a

Please sign in to comment.