Skip to content
Snippets Groups Projects
Commit c6e0dcf0 authored by HJ's avatar HJ :fire:
Browse files

fix even more issues with avatars

parent 0ef58696
No related branches found
No related tags found
2 merge requests!1711Update stable - 2.5.0 release,!1482fix even more issues with avatars
Pipeline #39426 passed
......@@ -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"
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment