worldcoin / idkit-js

Javascript toolkit to interact with the World ID protocol. Building the Identity SDK.
https://docs.worldcoin.org
MIT License
280 stars 71 forks source link

fix: error message width #234

Closed 0xPenryn closed 8 months ago

0xPenryn commented 8 months ago

uses a fixed px value for width of error message to prevent formatting errors when root font-size is changed

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
idkit-js-example ✅ Ready (Inspect) Visit Preview Jan 22, 2024 9:39pm
andy-t-wang commented 8 months ago

Could you post a screenshot before you merge with different screen sizes. One small one regular one big.

0xPenryn commented 8 months ago

Before fix:

Screenshot 2024-01-24 at 9 43 43 AM

After fix:

Screenshot 2024-01-24 at 9 44 19 AM

Can confirm the fix applies across all screen sizes (including mobile).