forked from AkkomaGang/akkoma-fe
fix even more issues with avatars
This commit is contained in:
parent
0ef58696bf
commit
c6e0dcf08e
2 changed files with 3 additions and 1 deletions
|
@ -406,7 +406,7 @@
|
|||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.avatar:not(.repeater-avatar) {
|
||||
.post-avatar {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
||||
|
|
|
@ -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"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue