fix: correct position for more button icon

This commit is contained in:
Yohan Boniface 2024-09-03 15:40:57 +02:00
parent 33b0f6c318
commit f986ebf3b3

View file

@ -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 {