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;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar:not(.repeater-avatar) {
|
.post-avatar {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
||||||
|
|
|
@ -125,6 +125,7 @@
|
||||||
@click.stop.prevent.capture.native="toggleUserExpanded"
|
@click.stop.prevent.capture.native="toggleUserExpanded"
|
||||||
>
|
>
|
||||||
<UserAvatar
|
<UserAvatar
|
||||||
|
class="post-avatar"
|
||||||
:bot="botIndicator"
|
:bot="botIndicator"
|
||||||
:compact="compact"
|
:compact="compact"
|
||||||
:better-shadow="betterShadow"
|
:better-shadow="betterShadow"
|
||||||
|
@ -454,6 +455,7 @@
|
||||||
>
|
>
|
||||||
<div class="left-side">
|
<div class="left-side">
|
||||||
<UserAvatar
|
<UserAvatar
|
||||||
|
class="post-avatar"
|
||||||
:compact="compact"
|
:compact="compact"
|
||||||
:bot="botIndicator"
|
:bot="botIndicator"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue