UX: Input adjustments for category setting modal (tags tab)
This commit is contained in:
parent
0e3e32f06c
commit
6afeb91a4d
|
@ -457,6 +457,32 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.edit-category-tab-tags {
|
||||||
|
.select-kit {
|
||||||
|
&.tag-chooser {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
.select-kit-filter,
|
||||||
|
.filter-input {
|
||||||
|
display: flex;
|
||||||
|
flex: 1 0 250px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-view & {
|
||||||
|
.no-content,
|
||||||
|
.is-loading,
|
||||||
|
&.select-kit.is-expanded .select-kit-collection {
|
||||||
|
width: 95%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#category-min-tags-from-group {
|
||||||
|
min-height: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
.incoming-email-modal {
|
.incoming-email-modal {
|
||||||
.btn {
|
.btn {
|
||||||
transition: none;
|
transition: none;
|
||||||
|
|
Loading…
Reference in New Issue