mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Revert "🐛 Fixed avatar overlapping with initials (#15167)"
This reverts commit 1f9fadf4c7
.
This commit is contained in:
parent
42b6a14380
commit
edca39bbc1
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
|||
<figure class="gh-member-gravatar {{@containerClass}}">
|
||||
<div class="gh-member-initials flex items-center justify-center br-100 {{@containerClass}}" style={{this.backgroundStyle}}>
|
||||
<span class="gh-member-avatar-label {{or @sizeClass "gh-member-list-avatar"}}">{{this.initials}}</span>
|
||||
</div>
|
||||
{{#if this.avatarImage}}
|
||||
<img class="gh-member-avatar-image" src="{{this.avatarImage}}" alt="{{or @member.name @member.email}}" />
|
||||
{{else}}
|
||||
<div class="gh-member-initials flex items-center justify-center br-100 {{@containerClass}}" style={{this.backgroundStyle}}>
|
||||
<span class="gh-member-avatar-label {{or @sizeClass "gh-member-list-avatar"}}">{{this.initials}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
</figure>
|
||||
|
|
Loading…
Add table
Reference in a new issue