mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: update positioning styles for avatar display (#1198)
This commit is contained in:
@@ -36,7 +36,7 @@ const displayedAvatars = computed(() => {
|
||||
:href="getAuthorJumpUrl(item)" target="_blank"
|
||||
rounded="1/2"
|
||||
object="center cover" bg="$bew-skeleton" cursor="pointer"
|
||||
position-relative
|
||||
position-absolute top-0 inline-block
|
||||
:style="{
|
||||
zIndex: displayedAvatars.length - index,
|
||||
left: `${index * 6}px`,
|
||||
|
||||
Reference in New Issue
Block a user