mirror of
https://github.com/umap-project/umap.git
synced 2025-05-01 20:42:24 +02:00
fix: correct position for more button icon
This commit is contained in:
parent
33b0f6c318
commit
f986ebf3b3
1 changed files with 2 additions and 2 deletions
|
@ -105,12 +105,12 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
|
||||||
.umap-control-more,
|
.umap-control-more,
|
||||||
.umap-control-less {
|
.umap-control-less {
|
||||||
background-image: url('./img/24-white.svg');
|
background-image: url('./img/24-white.svg');
|
||||||
background-position: -72px -474px;
|
background-position: -72px -366px;
|
||||||
text-indent: -9999px;
|
text-indent: -9999px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.umap-control-less {
|
.umap-control-less {
|
||||||
background-position: -108px -476px;
|
background-position: -108px -366px;
|
||||||
}
|
}
|
||||||
.umap-more-controls .display-on-more,
|
.umap-more-controls .display-on-more,
|
||||||
.umap-more-controls .umap-control-less {
|
.umap-more-controls .umap-control-less {
|
||||||
|
|
Loading…
Reference in a new issue