Add compact study and series sorting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user