larger close button for popups

This commit is contained in:
2026-06-12 12:49:03 +02:00
parent e1204cd311
commit 9f8312b88b

View File

@@ -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;
}
}