commit: c6e0dcf08eda87867a3848ca49cb0f8c2ce9a02c
parent 0ef58696bf6767f54083049f0c218816449d486d
Author: Henry Jameson <me@hjkos.com>
Date: Tue, 22 Mar 2022 11:43:51 +0200
fix even more issues with avatars
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"
/>