vercel / react-tweet

Embed tweets in your React application.
https://react-tweet.vercel.app
MIT License
1.6k stars 86 forks source link

Responsive layout in demo apps #113

Closed tywayne closed 1 year ago

tywayne commented 1 year ago

Two of the demo apps had layouts that were not allowing the tweet to shrink for small window sizes.

This change brings those two apps into sync with the styles from apps/next-app (which handled it well.)

Before:

Screenshot 2023-07-29 at 10 42 10 PM

After:

Screenshot 2023-07-29 at 10 42 56 PM