From c55e2de6a2b7fea3cea4068b8dfef5d0b3cefb5b Mon Sep 17 00:00:00 2001 From: Szymon Porwolik Date: Tue, 28 Oct 2025 20:03:00 +0100 Subject: [PATCH] Leaflet now has rounded corners to match rest of the page --- assets/css/general.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index fe33b04a2..b9a017b64 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -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 {