From 1b8ef27c1e0a59c687f27755d5abec6d9fd4dbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P=2E?= Date: Thu, 5 Dec 2024 07:58:47 +0100 Subject: [PATCH] Add menu item + CSS --- css/app.css | 2 -- webgis/index.html | 22 ++++++++++++++++++---- webgis/js/components/Finding.js | 16 ++++++++-------- 3 files changed, 26 insertions(+), 14 deletions(-) diff --git a/css/app.css b/css/app.css index d38022e..6e7c436 100644 --- a/css/app.css +++ b/css/app.css @@ -123,8 +123,6 @@ a:visited { .modal-content, .modal-card { width: 60vw; -} -.modal-card { min-height: 95vh; } .modal-card-body img { diff --git a/webgis/index.html b/webgis/index.html index 34183fb..1bd2a57 100644 --- a/webgis/index.html +++ b/webgis/index.html @@ -340,6 +340,20 @@ + +
@@ -351,7 +365,7 @@