Add series count sorting
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user