mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
FIX: tweaks to tag and category drops
This commit is contained in:
parent
1fd3b5cc4f
commit
1d0f3a9816
@ -69,7 +69,7 @@
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
min-width: 100px;
|
||||
max-height: 250px;
|
||||
max-height: 300px;
|
||||
|
||||
.collection-header {
|
||||
.category-filter {
|
||||
@ -106,7 +106,6 @@
|
||||
|
||||
.category-desc {
|
||||
font-weight: normal;
|
||||
margin-top: 3px;
|
||||
color: $primary-medium;
|
||||
}
|
||||
|
||||
@ -142,7 +141,7 @@
|
||||
margin: 2.5px;
|
||||
}
|
||||
|
||||
.select-kit-wrapper {
|
||||
&.is-expanded .select-kit-wrapper, .select-kit-wrapper {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
max-height: 250px;
|
||||
max-height: 300px;
|
||||
|
||||
.collection-header {
|
||||
.tag-filter {
|
||||
@ -59,7 +59,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.select-kit-wrapper {
|
||||
&.is-expanded .select-kit-wrapper, .select-kit-wrapper {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user