You've already forked AstralRinth
forked from didirus/AstralRinth
Mod search fixes (#249)
* Remove all uses of `process.env.domain` * Revert "Remove all uses of `process.env.domain`" This reverts commit 5af9b83091f395d3a0f954cf6776494c1cfe7a04. * Increase minimum amount of pages for pagination Fixes modrinth/knossos#231 * Detect mod search query removal Fixes modrinth/knossos#240 * Increase margin on project card categories mobile Fixes modrinth/knossos#230
This commit is contained in:
@@ -288,7 +288,7 @@ export default {
|
||||
@media screen and (max-width: 560px) {
|
||||
.left-categories {
|
||||
display: flex;
|
||||
margin: 0 0 0.75rem 0.75rem;
|
||||
margin: 0 0.75rem 0.75rem 0.75rem;
|
||||
width: 7rem;
|
||||
}
|
||||
.right-categories {
|
||||
|
||||
Reference in New Issue
Block a user