Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client
117
fork

Configure Feed

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

Fix avatar bubble sizes when there's only one chat member (#10369)

authored by

DS Boyce and committed by
GitHub
5bf38e37 7eec65ac

+1 -1
+1 -1
src/components/AvatarBubbles.tsx
··· 39 39 allProfiles.length > 2 40 40 ? allProfiles.filter(p => p.did !== currentAccount?.did) 41 41 : allProfiles 42 - const scale = profiles.length <= 1 ? 1 : size / 120 42 + const scale = size / 120 43 43 const marginOffset = size < 120 ? -2 : 0 44 44 45 45 const initialValue = animate ? 0 : 1