From bd48bfc617f2ea21424b70ea47be61aed5aaa9e4 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 25 Jul 2023 11:47:30 +0200 Subject: [PATCH] Align edit toolbar icon with vertical icons --- 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 870cac8a..3f85c1e0 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -472,7 +472,7 @@ ul.photon-autocomplete { right: 0; height: 46px; background-color: #323737; - padding: 5px; + padding: 5px 10px; text-align: left; line-height: 36px; cursor: auto; @@ -483,7 +483,7 @@ ul.photon-autocomplete { } .umap-main-edit-toolbox .logo { background-image: url('./img/logo_small.svg'); - background-position: 10px center; + background-position: 0 center; background-repeat: no-repeat; width: 60px; display: inline-block;