Skip to content

Add viewbox attribute to SVG icons to make them resizable #236

@adamkudrna

Description

@adamkudrna

Some SVG icons lack the viewbox attribute and thus cannot be resized via CSS.

For example, Litecoin is fine:
image

While Bitcoin is not:
image

Proposed solution: ensure that viewbox="0 0 32 32" is present in all SVG icons.

(Previously reported as #63.)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions