Fix toolbox overflow with facets’ search
This commit is contained in:
parent
b25bb16858
commit
45c0805319
1 changed files with 5 additions and 4 deletions
|
@ -698,6 +698,11 @@ input[type=hidden].blur + [type="button"] {
|
||||||
#umap-ui-container .toolbox {
|
#umap-ui-container .toolbox {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
font-size: 10px;
|
||||||
|
justify-content: flex-start;
|
||||||
|
gap: 5px;
|
||||||
}
|
}
|
||||||
#umap-ui-container .toolbox li {
|
#umap-ui-container .toolbox li {
|
||||||
color: #2e3436;
|
color: #2e3436;
|
||||||
|
@ -721,10 +726,6 @@ input[type=hidden].blur + [type="button"] {
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
background-color: #353c3e;
|
background-color: #353c3e;
|
||||||
}
|
}
|
||||||
#umap-ui-container .toolbox li + li {
|
|
||||||
margin-right: 5px;
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
.dark input, .dark textarea {
|
.dark input, .dark textarea {
|
||||||
background-color: #232729;
|
background-color: #232729;
|
||||||
border-color: #1b1f20;
|
border-color: #1b1f20;
|
||||||
|
|
Loading…
Reference in a new issue