Add compact study and series sorting

This commit is contained in:
Codex
2026-05-27 11:13:28 +08:00
parent 3c954cd274
commit 806807f4bc
4 changed files with 94 additions and 24 deletions

View File

@@ -284,19 +284,22 @@ button:disabled {
font-size: 12px;
}
.series-head-tools {
.sort-tools {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
gap: 6px;
}
.series-head-tools {
max-width: 330px;
}
.sort-btn {
height: 26px;
min-width: 56px;
padding: 0 7px;
min-width: 68px;
padding: 0 8px;
border: 1px solid var(--stroke);
border-radius: 7px;
background: #0b0f16;
@@ -304,6 +307,15 @@ button:disabled {
font-size: 11px;
}
.sort-arrow {
display: inline-block;
min-width: 10px;
margin-left: 2px;
color: #d7e4fa;
font-weight: 800;
text-align: center;
}
.sort-btn.active {
border-color: var(--blue);
background: rgba(52, 116, 246, 0.2);