From 9f8312b88bea83d08d8d40b1fea97740c7d91f7e Mon Sep 17 00:00:00 2001 From: patrickzerhusen Date: Fri, 12 Jun 2026 12:49:03 +0200 Subject: [PATCH] larger close button for popups --- public/styles.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/public/styles.css b/public/styles.css index f8454e1..2c6cec7 100644 --- a/public/styles.css +++ b/public/styles.css @@ -1374,6 +1374,21 @@ select.form-input { cursor: pointer; } justify-content: flex-start; } +/* --------------------------------------------------------- + 6.4 Larger Popup Close Button for Touch + --------------------------------------------------------- */ + .leaflet-popup-close-button { + font-size: 22px !important; + width: 30px !important; + height: 30px !important; + display: flex !important; + align-items: center; + justify-content: center; + padding: 0 !important; + right: 4px !important; + top: 4px !important; + } + }