style(sns): move friends count to contact header

This commit is contained in:
aits2026
2026-03-06 15:42:10 +08:00
parent 5fd846bfc8
commit 1c89ee2797
3 changed files with 25 additions and 1 deletions

View File

@@ -1021,9 +1021,21 @@
padding: 2px 6px;
border-radius: 10px;
}
.widget-header-summary {
margin-left: auto;
font-size: 12px;
font-weight: 500;
color: var(--text-tertiary);
white-space: nowrap;
}
}
}
.contact-widget .widget-header .badge + .widget-header-summary {
margin-left: 8px;
}
/* Search Widget */
.input-group {
position: relative;