web3ui / web3uikit

Lightweight reusable Web3 UI components for dapps.

Home Page:https://web3uikit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon: all icons fixed width

BillyG83 opened this issue · comments

if an Icon is flexed with another element and the page or its container gets too tight, it gets very tiny, this should not happen

problem

Screenshot 2022-12-26 at 14 30 50

fix

add a div around the Icon and use

width: props.width
min-width: props.width
height: props.height
min-height: props.height

Screenshot 2022-12-26 at 14 31 00

please make this the default behaviour of Icon so it never shrinks in small spaces. Maybe it would be nice to offer an isResponsive props for people who like the bug as a feature

closed as completed by #974