mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

make container relative (#5280)

authored by samuel.fm and committed by

GitHub 8a6d83de 99120296

+1 -1
+1 -1
bskyembed/src/components/embed.tsx
··· 372 372 373 373 return ( 374 374 <div 375 - className="w-full overflow-hidden rounded-lg aspect-square" 375 + className="w-full overflow-hidden rounded-lg aspect-square relative" 376 376 style={{aspectRatio: `${aspectRatio} / 1`}}> 377 377 <img 378 378 src={content.thumbnail}