From 2221806b7e7e263e42ce2893daec2dcff40f0caa Mon Sep 17 00:00:00 2001 From: 3st3ban3 Date: Mon, 13 Feb 2023 17:33:50 +0100 Subject: [PATCH] Update permanent credits alignement and shape --- umap/static/umap/map.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 5939f335..91371c83 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -119,9 +119,9 @@ a.umap-control-text { } .umap-permanent-credits-container { max-width: 20rem; - margin: 0!important; + margin-left: 5px!important; + margin-bottom: 5px!important; padding: 0.5rem; - border-top-right-radius: 1rem; } @@ -1375,7 +1375,6 @@ a.add-datalayer:hover, .umap-permanent-credits-container { max-width: 100%; - border-top-right-radius: 0; } }