FIX: tweaks to tag and category drops
This commit is contained in:
parent
1fd3b5cc4f
commit
1d0f3a9816
|
@ -69,7 +69,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
max-height: 250px;
|
max-height: 300px;
|
||||||
|
|
||||||
.collection-header {
|
.collection-header {
|
||||||
.category-filter {
|
.category-filter {
|
||||||
|
@ -106,7 +106,6 @@
|
||||||
|
|
||||||
.category-desc {
|
.category-desc {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-top: 3px;
|
|
||||||
color: $primary-medium;
|
color: $primary-medium;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -142,7 +141,7 @@
|
||||||
margin: 2.5px;
|
margin: 2.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-kit-wrapper {
|
&.is-expanded .select-kit-wrapper, .select-kit-wrapper {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
max-height: 250px;
|
max-height: 300px;
|
||||||
|
|
||||||
.collection-header {
|
.collection-header {
|
||||||
.tag-filter {
|
.tag-filter {
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-kit-wrapper {
|
&.is-expanded .select-kit-wrapper, .select-kit-wrapper {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue