From d8a1592fcf419a5e2c6c84e16af3afe73954f9a4 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 15 Aug 2023 08:31:14 +0200 Subject: [PATCH] Smaller iframe min-width for screen < 480px --- umap/static/umap/map.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index cd7f08d3..c10c2d2b 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -1456,6 +1456,9 @@ a.add-datalayer:hover, .umap-permanent-credits-container { max-width: 100%; } + .umap-popup-large iframe { + min-width: 300px; + } } /* ****** */