solidus icon indicating copy to clipboard operation
solidus copied to clipboard

SVG Logo is not sized appropriately

Open xeruf opened this issue 3 years ago • 3 comments

Solidus Version: 3.1.5

To Reproduce

Configure an SVG logo in config.logo

Current behavior The logo is not shown at all since the img is sized to 0: image image

Expected behavior SVG is sized appropriately.

More Similar issues with PNG: It is not downsized appropriately if a bigger png is used.

I wanted to try and work this out myself, but I am unable to find where the logo is defined which is included in the _header.html.erb: <figure id="logo" class="columns six" data-hook><%= logo %></figure>

xeruf avatar May 16 '22 11:05 xeruf