mirror of
https://github.com/noerw/gpx-visualize
synced 2025-06-07 08:36:04 +02:00
13 lines
214 B
CSS
13 lines
214 B
CSS
html, body, #map {
|
|
margin: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
.leaflet-popup-content-wrapper {
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.leaflet-popup-content-wrapper .leaflet-popup-content {
|
|
padding-right: 7px;
|
|
margin: 3px;
|
|
}
|