Upgrade to leaflet 1.8.0

This commit is contained in:
2022-04-18 19:06:47 +02:00
parent de364ea2cc
commit a131f49b74
4 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -479,10 +479,11 @@ svg.leaflet-image-layer.leaflet-interactive path {
border-radius: 12px; border-radius: 12px;
} }
.leaflet-popup-content { .leaflet-popup-content {
margin: 13px 19px; margin: 13px 24px 13px 20px;
line-height: 1.3; line-height: 1.3;
font-size: 13px; font-size: 13px;
font-size: 1.08333em; font-size: 1.08333em;
min-height: 1px;
} }
.leaflet-popup-content p { .leaflet-popup-content p {
margin: 17px 0; margin: 17px 0;
@@ -521,12 +522,11 @@ svg.leaflet-image-layer.leaflet-interactive path {
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;
padding: 4px 4px 0 0;
border: none; border: none;
text-align: center; text-align: center;
width: 18px; width: 24px;
height: 14px; height: 24px;
font: 16px/14px Tahoma, Verdana, sans-serif; font: 16px/24px Tahoma, Verdana, sans-serif;
color: #757575; color: #757575;
text-decoration: none; text-decoration: none;
background: transparent; background: transparent;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long