mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Fix oblong avatars in video room lobbies (#8565)
This commit is contained in:
parent
5348572439
commit
190389a053
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue