From e5b81d4610f296fd88dcd1ac47e8b63c355e19b6 Mon Sep 17 00:00:00 2001 From: IdleEndeavor <66422918+IdleEndeavor@users.noreply.github.com> Date: Sat, 13 Jul 2024 22:27:47 +0100 Subject: [PATCH] 3.5.2 Minor tweaks to refinements section on mobile --- css/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/index.css b/css/index.css index cc010b4..dfecdff 100644 --- a/css/index.css +++ b/css/index.css @@ -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; }