Multi-file games lists, clicking a game leads to mod search for that game, search redirects, pagination optimizations #38
@ -94,13 +94,17 @@
|
||||
.PaginationMainInsideBoxGroup {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
justify-content: start;
|
||||
grid-gap: 10px;
|
||||
overflow: auto;
|
||||
max-width: 470px;
|
||||
height: 47px;
|
||||
}
|
||||
|
||||
.PaginationMainInsideBoxGroup::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.PaginationMainInsideBoxGroup {
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user