cryptocurrency-icons icon indicating copy to clipboard operation
cryptocurrency-icons copied to clipboard

Fix responsivness in some of the SVG icons

Open LeeviHalme opened this issue 2 years ago • 0 comments

For example svg/color/ltc.svg has width="32" height="32" properties in the <svg> element. This prevents them to be scaled accordingly. If the size of the icon is less than 32px then it will overflow the container instead of scale to the correct size.

For the solution, I would remove all dimension properties from all colored svg icons.

LeeviHalme avatar Nov 13 '21 14:11 LeeviHalme