mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
fix(memberListActivities): make icons round
This commit is contained in:
parent
da764f5144
commit
682f7e65c8
1 changed files with 1 additions and 1 deletions
|
@ -10,11 +10,11 @@
|
|||
.vc-mla-icon {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.vc-mla-icon img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue