Vincenius / bsky-embed

A web-component to easily embed a bluesky feed.
87 stars 14 forks source link

Styling for small layouts #20

Open Vincenius opened 7 months ago

picpakdog commented 6 months ago

I was able to get the design to responsively fit small layouts using this custom-styles setting:

custom-styles="img.rounded-full { display: none; } .flex > div { max-width: 100%; } .whitespace-pre-wrap { word-wrap: break-word;}"

Remove "img.rounded-full { display: none; }" if you still want to show avatars.