Fix popup close button style

This commit is contained in:
Linus Groh
2024-02-26 22:58:46 +00:00
parent 7b954dfbe3
commit 7398da74c5
+6 -4
View File
@@ -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,