From 8491276e0489d1e05726373765b21fa55728daa9 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 1 Aug 2023 10:37:25 +0200 Subject: [PATCH] Fix misplaced icons --- umap/static/umap/base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 77fcb541..32ddccdb 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -460,7 +460,7 @@ i.info { background-position: -120px -48px; } .umap-clone:before { - background-position: -160px -88px; + background-position: -150px -78px; } .umap-delete:before { background-position: -40px -8px; @@ -469,10 +469,10 @@ i.info { background-position: -6px -6px; } .umap-empty:before { - background-position: -160px -126px; + background-position: -110px -78px; } .umap-download:before { - background-position: -88px -168px; + background-position: -77px -78px; } .permissions-panel, .umap-upload,