feat(sns): add header overview stats line

This commit is contained in:
tisonhuang
2026-03-02 13:31:42 +08:00
parent 983783ea95
commit 64616b9136
2 changed files with 104 additions and 10 deletions

View File

@@ -45,11 +45,28 @@
margin-bottom: 8px;
padding: 0 4px;
h2 {
font-size: 20px;
font-weight: 700;
margin: 0;
color: var(--text-primary);
.feed-header-main {
display: flex;
flex-direction: column;
gap: 6px;
min-width: 0;
h2 {
font-size: 20px;
font-weight: 700;
margin: 0;
color: var(--text-primary);
}
}
.feed-stats-line {
font-size: 13px;
color: var(--text-secondary);
line-height: 1.4;
&.loading {
opacity: 0.7;
}
}
.header-actions {
@@ -2091,4 +2108,4 @@
cursor: not-allowed;
}
}
}
}