fix: include reverse mutual friends

This commit is contained in:
aits2026
2026-03-06 16:52:02 +08:00
parent 6ded8c5ab5
commit 4a1933e924
2 changed files with 125 additions and 5 deletions

View File

@@ -452,6 +452,12 @@
border-color: color-mix(in srgb, var(--primary) 35%, var(--border-color));
background: color-mix(in srgb, var(--primary) 10%, var(--bg-secondary));
}
&.reverse {
color: #92400e;
border-color: color-mix(in srgb, #d97706 38%, var(--border-color));
background: color-mix(in srgb, #f59e0b 12%, var(--bg-secondary));
}
}
.session-mutual-friends-count,