Devographics / Monorepo

Monorepo containing the State of JS apps
surveyform-sigma.vercel.app
Other
125 stars 50 forks source link

Avatar on the "Conclusion" page is squashed on mobile #190

Closed pyotrr closed 10 months ago

pyotrr commented 1 year ago

On the conslusion page there is a CreditItem component with an Avatar component. On mobile the avatar doesn't hold its aspect ratio

image

This could be fixed by adding min-height and min-width to the avatar component or flex: 1 1 0 to CreditItem's Details styled component if you's want something less invasive https://github.com/Devographics/Monorepo/blob/dc3358422560893ca052628bd413b3ccfc362386/results/src/core/blocks/other/CreditItem.js#L42

eric-burel commented 10 months ago

Can't repro :/