Igor-Vladyka / leaflet.browser.print

A leaflet plugin which allows users to print the map directly from the browser
https://igor-vladyka.github.io/leaflet.browser.print/
MIT License
154 stars 76 forks source link

resize button heigth #115

Closed astomas closed 1 year ago

astomas commented 2 years ago

It's a question not a bug: I try to resize the main print button from 34x35 to 30x30. I've managed to change button width to 30px in leaflet-browser-print.js by adding option "width:26px;" to '.leaflet-control-browser-print a.leaflet-browser-print' but dont know how to change button heigth (when adding "heigth:26px;" no changes occur to heigth)

astomas commented 2 years ago

I've found a way to change print button heigth, it's in leaflet.css : .leaflet-touch .leaflet-bar a {width: 30px; / height: 30px; / height: 25px; line-height: 30px;} There is still a 2px bottom heigth resize when hovering.