add asc/desc sorting

This commit is contained in:
2025-10-13 03:24:02 +03:00
parent cbf7aa2a91
commit caf483abb4
3 changed files with 61 additions and 12 deletions

View File

@@ -141,6 +141,18 @@ body {
cursor: pointer;
font-size: 10px;
font-family: 'MS Sans Serif', Tahoma, sans-serif;
display: flex;
align-items: center;
gap: 3px;
}
.sort-text {
flex: 1;
}
.sort-arrow {
font-size: 9px;
opacity: 0.7;
}
.sort-btn:hover {