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 1960589fc3 - Show all commits

View File

@ -94,13 +94,17 @@
.PaginationMainInsideBoxGroup { .PaginationMainInsideBoxGroup {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: start;
grid-gap: 10px; grid-gap: 10px;
overflow: auto; overflow: auto;
max-width: 470px; max-width: 470px;
height: 47px; height: 47px;
} }
.PaginationMainInsideBoxGroup::-webkit-scrollbar {
display: none;
}
@media (max-width: 768px) { @media (max-width: 768px) {
.PaginationMainInsideBoxGroup { .PaginationMainInsideBoxGroup {
width: 100%; width: 100%;