A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz
98
fork

Configure Feed

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

Add pink ring to story avatars and enlarge icon

+4 -2
+4 -2
apps/web/src/pages/home/stories/Stories.tsx
··· 348 348 <Story src={item.avatar} /> 349 349 )} 350 350 {item.avatar?.endsWith("/@jpeg") && ( 351 - <div className="w-[64px] h-[64px] rounded-full bg-[var(--color-avatar-background)] flex items-center justify-center mr-[12px]"> 352 - <IconUser size={24} color="#fff" /> 351 + <div className="w-[64px] h-[64px] rounded-full border-2 border-[rgb(255,40,118)] p-[2px]"> 352 + <div className="w-[64px] h-[64px] rounded-full bg-[var(--color-avatar-background)] flex items-center justify-center mr-[12px]"> 353 + <IconUser size={32} color="#fff" /> 354 + </div> 353 355 </div> 354 356 )} 355 357 <StatefulTooltip