Release Polish 3 (#3359)
This commit is contained in:
parent
dd3dec269f
commit
f812f61001
34 changed files with 211 additions and 134 deletions
|
@ -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>
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue