From b0e9bbd86c49d81076460ed2080c38d4a14a48af Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 6 Jun 2024 10:11:50 +0200 Subject: [PATCH] wip: smaller dialog width --- umap/static/umap/css/dialog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/css/dialog.css b/umap/static/umap/css/dialog.css index 328c1ac2..b58015e8 100644 --- a/umap/static/umap/css/dialog.css +++ b/umap/static/umap/css/dialog.css @@ -2,7 +2,7 @@ z-index: 10001; margin: auto; margin-top: 100px; - width: 50vw; + width: 40vw; max-width: 100vw; max-height: 50vh; padding: 20px;