Merge pull request #2096 from umap-project/fix-more-button-icon

fix: correct position for more button icon
This commit is contained in:
Yohan Boniface 2024-09-03 15:44:12 +02:00 committed by GitHub
commit c33adcf0e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,12 +105,12 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
.umap-control-more,
.umap-control-less {
background-image: url('./img/24-white.svg');
background-position: -72px -474px;
background-position: -72px -366px;
text-indent: -9999px;
margin-bottom: 0;
}
.umap-control-less {
background-position: -108px -476px;
background-position: -108px -366px;
}
.umap-more-controls .display-on-more,
.umap-more-controls .umap-control-less {