From 2a13ea5bee71bb402b13aaa6c45b416ebc9ab2d8 Mon Sep 17 00:00:00 2001 From: Jarsen <31397967+Jarsen136@users.noreply.github.com> Date: Thu, 4 Jul 2024 18:36:07 +0200 Subject: [PATCH] fix: Profile: If follower doesnt have profile picture leave that Polkadot wallet picture --- components/profile/ProfileDetail.vue | 14 +++++++------- components/shared/ProfileAvatar.vue | 14 +++++++++++--- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/components/profile/ProfileDetail.vue b/components/profile/ProfileDetail.vue index a153beac27..6ef82a8962 100644 --- a/components/profile/ProfileDetail.vue +++ b/components/profile/ProfileDetail.vue @@ -211,13 +211,13 @@
- + class="flex" + :style="{ zIndex: 3 - index }"> +
diff --git a/components/shared/ProfileAvatar.vue b/components/shared/ProfileAvatar.vue index bf851ac9e2..cdc73ede97 100644 --- a/components/shared/ProfileAvatar.vue +++ b/components/shared/ProfileAvatar.vue @@ -1,6 +1,6 @@