Minor tweaks to refinements section on mobile
This commit is contained in:
IdleEndeavor 2024-07-13 22:27:47 +01:00
parent 36e586ff49
commit e5b81d4610

View File

@ -391,6 +391,14 @@ body {
margin-right: 5px !important;
}
/* Removes gradient from the refinenments area */
.gsc-refinementsArea {
background-color: var(--bg-color) !important;
}
.gsc-refinementsGradient {
display: none !important;
}
.games-found {
display: none;
}