X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cd28b8dac5dd383a3ff87c34cc1c266431749968..5b42c683f5e5b401a935182a9ea2e30f1a03c22e:/app/assets/stylesheets/leaflet-all.css?ds=inline diff --git a/app/assets/stylesheets/leaflet-all.css b/app/assets/stylesheets/leaflet-all.css index 15f427b77..5270dd6b8 100644 --- a/app/assets/stylesheets/leaflet-all.css +++ b/app/assets/stylesheets/leaflet-all.css @@ -11,3 +11,13 @@ background: #fff; border-radius: 3px; } + +/* Override some conflicting styles. + https://github.com/openstreetmap/openstreetmap-website/pull/121#issuecomment-10206946 */ +.leaflet-popup-content img.user_thumbnail { + max-width: 50px !important; +} + +.user_popup p { + margin: 0px 2px 0px 55px !important; +}