Update src/components/ProgressGuide/List.tsx
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
@@ -173,14 +173,14 @@ function StackedAvatars({follows}: {follows?: bsky.profile.AnyProfileView[]}) {
|
|||||||
a.justify_center,
|
a.justify_center,
|
||||||
a.rounded_full,
|
a.rounded_full,
|
||||||
t.atoms.bg_contrast_300,
|
t.atoms.bg_contrast_300,
|
||||||
|
a.border,
|
||||||
|
t.atoms.border_contrast_low,
|
||||||
{
|
{
|
||||||
width: avatarSize,
|
width: avatarSize,
|
||||||
height: avatarSize,
|
height: avatarSize,
|
||||||
marginLeft:
|
marginLeft:
|
||||||
followedAvatars.length === 0 && i === 0 ? 0 : -overlap,
|
followedAvatars.length === 0 && i === 0 ? 0 : -overlap,
|
||||||
zIndex: TOTAL_AVATARS - followedAvatars.length - i,
|
zIndex: TOTAL_AVATARS - followedAvatars.length - i,
|
||||||
borderWidth: 1,
|
|
||||||
borderColor: t.atoms.border_contrast_low.borderColor,
|
|
||||||
},
|
},
|
||||||
]}>
|
]}>
|
||||||
<PersonIcon
|
<PersonIcon
|
||||||
|
|||||||
Reference in New Issue
Block a user