From f986ebf3b37731eef65340578229be4c01361576 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 3 Sep 2024 15:40:57 +0200 Subject: [PATCH] fix: correct position for more button icon --- umap/static/umap/map.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 8bbb455c..365fd903 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -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 {