FIX: update solved filter due to core changes (#119)

This commit is contained in:
Kris 2021-02-13 15:19:34 -05:00 committed by GitHub
parent 47e60446e7
commit 8116c7974c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -20,3 +20,7 @@
}
}
}
li.solved-status-filter {
margin: 0 3px 5px 3px; // matches core styles
}

View File

@ -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;
}
}
}