mirror of https://github.com/vector-im/riot-web
Fix oblong avatars in video room lobbies (#8565)
parent
5348572439
commit
190389a053
|
@ -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 New Issue