Add: bookshelf list view, add: sort by most recent

This commit is contained in:
advplyr
2021-10-16 15:50:13 -05:00
parent 6dbbfdbc04
commit 56a70aefaf
16 changed files with 377 additions and 50 deletions
+1 -1
View File
@@ -415,6 +415,6 @@ export default {
height: calc(100vh - 64px);
}
#content.playerOpen {
height: calc(100vh - 240px);
height: calc(100vh - 236px);
}
</style>