[openstreetmap/openstreetmap-website] Dark Mode (#2332)
pkrasicki
notifications at github.com
Wed Dec 2 15:50:10 UTC 2020
I had issues with that, so I did this instead:
```
let attrib = L.control.attribution({prefix: ""});
attrib.addTo(map);
attrib.getContainer().classList.add("map-attribution");
let zoom = L.control.zoom({});
zoom.addTo(map);
zoom.getContainer().classList.add("map-zoom");
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/2332#issuecomment-737317104
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20201202/7bd5ec93/attachment.htm>
More information about the rails-dev
mailing list