From 7398da74c51faf1c23cd32b48ca2b215b06f212e Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Mon, 26 Feb 2024 22:58:46 +0000 Subject: [PATCH] Fix popup close button style --- src/styles/_map.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/styles/_map.scss b/src/styles/_map.scss index fede396..e1a4017 100644 --- a/src/styles/_map.scss +++ b/src/styles/_map.scss @@ -25,12 +25,14 @@ a.leaflet-popup-close-button { color: inherit; - width: auto; - height: auto; - padding: 10px; + display: flex; + justify-content: center; + align-items: center; + width: 30px; + height: 30px; margin-top: 15px; margin-right: 15px; - border-radius: 100px; + border-radius: 100%; transition: background-color 0.2s; &:hover,