mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-26 17:26:22 +00:00
chore(memberListActivities): linter be happy pls
This commit is contained in:
parent
e87ced9f9d
commit
57f548cb69
1 changed files with 1 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
.vc-mla-activity-divider {
|
.vc-mla-activity-divider {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-top: 1px dotted rgba(255, 255, 255, 0.2);
|
border-top: 1px dotted rgba(255, 255, 255, 20%);
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
@ -49,6 +49,5 @@
|
||||||
.vc-mla-activity-details {
|
.vc-mla-activity-details {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
/* discord gray */
|
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue