mirror of
https://github.com/olehomelchenko/astrolabe-nvc.git
synced 2025-12-21 21:22:23 +00:00
add asc/desc sorting
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user