mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 02:16:23 +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 {
|
.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%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue