Small css adjustments to improve search control responsiveness.
This commit is contained in:
parent
d32429c7b7
commit
a72d07832a
|
@ -1628,6 +1628,7 @@
|
|||
}
|
||||
|
||||
.search-control-item {
|
||||
max-width: 100%;
|
||||
display: inline-block;
|
||||
margin-bottom: 12px;
|
||||
margin-right: auto;
|
||||
|
|
|
@ -1959,6 +1959,7 @@
|
|||
font-size: 1em;
|
||||
}
|
||||
.search-control-item {
|
||||
max-width: 100%;
|
||||
display: inline-block;
|
||||
margin-bottom: 12px;
|
||||
margin-right: auto;
|
||||
|
@ -2054,6 +2055,7 @@
|
|||
}
|
||||
.dropdown-item span{
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
}
|
||||
.dropdown-item-apply {
|
||||
width: 100%;
|
||||
|
@ -2125,6 +2127,17 @@
|
|||
&#tainacanFiltersButton.is-filters-modal-active .gray-icon i::before {
|
||||
color: var(--tainacan-secondary) !important;
|
||||
}
|
||||
|
||||
#tainacanSortByDropdown .dropdown-trigger .button > span {
|
||||
max-width: 120px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
@media screen and (min-width: 1000px) {
|
||||
#tainacanSortByDropdown .dropdown-trigger .button > span {
|
||||
max-width: 180px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue