commit: 966919874eb2430dca29bfa57dccc3700ad645d0
parent 0147226b3d6c92a37d427fcd841ad10628234542
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Tue, 22 Mar 2022 09:53:13 +0000
Merge branch 'fix-avatars2' into 'develop'
fix even more issues with avatars
See merge request pleroma/pleroma-fe!1482
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/components/status/status.scss b/src/components/status/status.scss
@@ -406,7 +406,7 @@
margin-left: 20px;
}
- > .avatar:not(.repeater-avatar) {
+ .post-avatar {
width: 40px;
height: 40px;
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
@@ -125,6 +125,7 @@
@click.stop.prevent.capture.native="toggleUserExpanded"
>
<UserAvatar
+ class="post-avatar"
:bot="botIndicator"
:compact="compact"
:better-shadow="betterShadow"
@@ -454,6 +455,7 @@
>
<div class="left-side">
<UserAvatar
+ class="post-avatar"
:compact="compact"
:bot="botIndicator"
/>