mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
fixup: square buttons in search results
Co-authored-by: David Larlet <david@larlet.fr>
This commit is contained in:
parent
89e2a01d60
commit
b3e39bf654
1 changed files with 3 additions and 0 deletions
|
@ -302,6 +302,9 @@ ul.photon-autocomplete {
|
||||||
float: inline-end;
|
float: inline-end;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.search-result-tools button {
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
.umap-edit-enabled .photon-autocomplete li.on .search-result-tools {
|
.umap-edit-enabled .photon-autocomplete li.on .search-result-tools {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue