Finish support for multiple games

* Adds game filter to ModList.
* Prefixes search results with game
* Adds `&game=X` to URL for mods
* Loads json from new directories on static server
This commit is contained in:
2022-09-03 15:41:44 -04:00
parent 5ff11d568e
commit 8f254ef761
10 changed files with 134 additions and 39 deletions

View File

@@ -70,6 +70,11 @@
width: 175px;
}
.game {
min-width: 175px;
width: 175px;
}
.filter {
width: 175px;
}