PR Flush (#3446)
Co-authored-by: Hippari <iamtimscampi@gmail.com> Co-authored-by: Gavin Mogan <github@gavinmogan.com>
This commit is contained in:
parent
0407d75d91
commit
bfbcb4b741
46 changed files with 551 additions and 364 deletions
|
|
@ -14,11 +14,24 @@
|
|||
|
||||
<div class="main-container container-fluid pt-2 mb-5">
|
||||
<div class="row mb-0 mb-xl-3 info-container">
|
||||
<div class="image-container col-5 col-sm-6 col-md-5 col-lg-5 col-xl-2 col-xxl-2 col-xxxl-2 d-none d-sm-block mt-2">
|
||||
<app-image [styles]="{'background': 'none', 'max-height': '400px', 'height': '200px', 'width': '200px', 'border-radius': '50%'}"
|
||||
[imageUrl]="imageService.getPersonImage(person.id)"
|
||||
[errorImage]="imageService.noPersonImage"></app-image>
|
||||
</div>
|
||||
@if (HasCoverImage) {
|
||||
<div class="image-container col-5 col-sm-6 col-md-5 col-lg-5 col-xl-2 col-xxl-2 col-xxxl-2 d-none d-sm-block mt-2">
|
||||
<div class="person-badge">
|
||||
<app-image
|
||||
objectFit="cover"
|
||||
height="200px"
|
||||
width="200px"
|
||||
[imageUrl]="imageService.getPersonImage(person.id)"
|
||||
[errorImage]="imageService.noPersonImage"></app-image>
|
||||
</div>
|
||||
</div>
|
||||
} @else {
|
||||
<div class="image-container col-5 col-sm-6 col-md-5 col-lg-5 col-xl-2 col-xxl-2 col-xxxl-2 d-none d-sm-block mt-2">
|
||||
<div class="person-badge d-flex align-items-center justify-content-center">
|
||||
<i class="fas fa-user" aria-hidden="true"></i>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
||||
<div class="col-xl-10 col-lg-7 col-md-12 col-xs-12 col-sm-12 mt-2">
|
||||
<div class="row g-0 mt-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue