Add series count sorting

This commit is contained in:
Codex
2026-05-27 10:28:51 +08:00
parent ac75c37e3f
commit 45017fbdfd
4 changed files with 24 additions and 12 deletions

View File

@@ -287,17 +287,21 @@ button:disabled {
.series-head-tools {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
gap: 6px;
max-width: 330px;
}
.sort-btn {
height: 26px;
padding: 0 8px;
min-width: 56px;
padding: 0 7px;
border: 1px solid var(--stroke);
border-radius: 7px;
background: #0b0f16;
color: var(--muted);
font-size: 12px;
font-size: 11px;
}
.sort-btn.active {