fix(memberListActivities): make icons round

This commit is contained in:
D3SOX 2024-02-15 14:08:48 +01:00
parent da764f5144
commit 682f7e65c8
No known key found for this signature in database
GPG key ID: 39EC1673FC37B048

View file

@ -10,11 +10,11 @@
.vc-mla-icon { .vc-mla-icon {
height: 20px; height: 20px;
width: 20px; width: 20px;
border-radius: 50%;
} }
.vc-mla-icon img { .vc-mla-icon img {
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
border-radius: 50%;
} }