Background sort feature (#5107)
* Add background sort by date added feature * reapply search after changing sort * overengineer it * use sortIgnoreCaseAndAccents * make enum for sort options
This commit is contained in:
@@ -96,6 +96,12 @@
|
||||
font-size: calc(var(--mainFontSize) * 0.95);
|
||||
}
|
||||
|
||||
#bg-sort {
|
||||
width: auto;
|
||||
max-width: 6em;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/* Thumbnails */
|
||||
.bg_example:hover .BGSampleTitle {
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user