From 8116c7974cd8630a58fc372f71d911e35b2d9826 Mon Sep 17 00:00:00 2001 From: Kris Date: Sat, 13 Feb 2021 15:19:34 -0500 Subject: [PATCH] FIX: update solved filter due to core changes (#119) --- assets/stylesheets/mobile/solutions.scss | 4 ++++ assets/stylesheets/solutions.scss | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/assets/stylesheets/mobile/solutions.scss b/assets/stylesheets/mobile/solutions.scss index a08c3ff..0b1335b 100644 --- a/assets/stylesheets/mobile/solutions.scss +++ b/assets/stylesheets/mobile/solutions.scss @@ -20,3 +20,7 @@ } } } + +li.solved-status-filter { + margin: 0 3px 5px 3px; // matches core styles +} diff --git a/assets/stylesheets/solutions.scss b/assets/stylesheets/solutions.scss index 4eb632c..f583d8e 100644 --- a/assets/stylesheets/solutions.scss +++ b/assets/stylesheets/solutions.scss @@ -3,6 +3,10 @@ $solved-color: green; .select-kit { &.solved-status-filter { min-width: auto; + margin-bottom: var(--nav-space); // core variable + .select-kit-header { + margin: 0; + } } }