diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ada8d81..916ef3601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ _Breaking developer changes, which may affect downstream projects or sites that #### :sparkles: Usability & Accessibility #### :scissors: Operations #### :camera: Street-Level +* Show Mapillary username and deep link to external viewer on Mapillary photos ([#10135], thanks [@Sushil642]) #### :white_check_mark: Validation * Drop validation which checks for [old style multipolygons](https://wiki.openstreetmap.org/wiki/Old_style_multipolygons), as these have long been [fixed](https://blog.jochentopf.com/2017-08-28-polygon-fixing-effort-concluded.html) in OSM #### :bug: Bugfixes @@ -50,6 +51,9 @@ _Breaking developer changes, which may affect downstream projects or sites that #### :rocket: Presets #### :hammer: Development +[#10135]: https://github.com/openstreetmap/iD/issues/10135# +[@Sushil642]: https://github.com/Sushil642 + # 2.28.1 ##### 2024-Feb-29 diff --git a/css/60_photos.css b/css/60_photos.css index 729f2ba6f..0dc027e72 100644 --- a/css/60_photos.css +++ b/css/60_photos.css @@ -381,7 +381,9 @@ label.streetside-hires { } .mly-wrapper .mapillary-attribution-container .mapillary-attribution-username { - display: none; + display: block; + padding: 0px 8px 0 6px; + margin-bottom: -2px; } .mly-wrapper .mapillary-attribution-container .mapillary-attribution-date {