Leaflet now has rounded corners to match rest of the page

This commit is contained in:
Szymon Porwolik
2025-10-28 20:03:00 +01:00
parent 0549d27650
commit c55e2de6a2

View File

@@ -532,6 +532,13 @@ TD.lotw {
#qsomap {
z-index: 1;
border-radius: 0.25rem;
overflow: hidden;
}
.qso-map {
border-radius: 0.25rem;
overflow: hidden;
}
#create_station_profile .row {