Removed fixed width from ProfilePictureComponent
This commit is contained in:
parent
08daca8dd3
commit
e075a4edea
|
@ -57,7 +57,9 @@
|
|||
</ul>
|
||||
<AuthorizeView>
|
||||
@if (context.User.FindFirst(ClaimTypes.NameIdentifier)?.Value is { } id) {
|
||||
<div class="w-8">
|
||||
<ProfilePictureComponent ProfileId="@id" />
|
||||
</div>
|
||||
}
|
||||
</AuthorizeView>
|
||||
</div>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="avatar">
|
||||
<div class="w-8 rounded">
|
||||
<div class="rounded">
|
||||
<img src="/api/user/pfp/@ProfileId" alt="" loading="lazy"
|
||||
onerror="this.remove()" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue