Multi-file games lists, clicking a game leads to mod search for that game, search redirects, pagination optimizations #38

Merged
freakoverse merged 11 commits from staging into master 2024-09-18 19:30:26 +00:00
Showing only changes of commit dc91a6a186 - Show all commits

View File

@ -95,6 +95,9 @@
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
grid-gap: 10px; grid-gap: 10px;
overflow: auto;
max-width: 470px;
height: 47px;
} }
@media (max-width: 768px) { @media (max-width: 768px) {