Release Polish 3 (#3359)

This commit is contained in:
Joe Milazzo 2024-11-12 13:04:43 -06:00 committed by GitHub
parent dd3dec269f
commit f812f61001
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 211 additions and 134 deletions

View file

@ -2,13 +2,16 @@
<div class="tagbadge cursor clickable">
<div class="d-flex flex-column">
@if (HasCoverImage) {
<app-image height="24px" width="24px" [styles]="{'object-fit': 'contain'}"
classes="align-self-center text-center mb-2"
[imageUrl]="ImageUrl"
[errorImage]="imageService.noPersonImage">
</app-image>
<div class="mx-auto">
<app-image height="24px" width="24px" [styles]="{'background': 'none', 'max-height': '48px', 'height': '48px', 'width': '48px', 'border-radius': '50%'}"
[imageUrl]="ImageUrl"
[errorImage]="imageService.noPersonImage">
</app-image>
</div>
} @else {
<i class="fas fa-user mx-auto" aria-hidden="true"></i>
<div style="background: none; max-height: 48px; height: 48px; width: 48px; border-radius: 50%" class="mx-auto">
<i class="fas fa-user" aria-hidden="true"></i>
</div>
}

View file

@ -7,11 +7,11 @@
font-size: .8rem;
display: inline-block;
cursor: pointer;
width: 100px;
width: 120px;
word-break: break-word;
i {
font-size: 2rem;
font-size: 2.96rem;
font-weight: bold;
cursor: pointer;
}