From a27db078791dc03a319800acd0ca6f7d009d759a Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 29 Jun 2023 22:36:13 +0200 Subject: [PATCH] Use correct arrow more/less --- 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 a780cc3c..62aa8c45 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -58,10 +58,10 @@ a.umap-control-less { .umap-control-more, .umap-control-less { background-image: url('./img/24-white.svg'); - background-position: -108px -476px; + background-position: -72px -474px; } .umap-control-less { - background-position: -72px -474px; + background-position: -108px -476px; } .umap-more-controls .display-on-more, .umap-more-controls .umap-control-less {