Skip to content

Commit

Permalink
feat(dh): move lightbox and contact and increase lightbox size
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jan 24, 2024
1 parent 297fcd1 commit 82245bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,11 @@
>
</gn-ui-metadata-info>
</div>
<div>
<div *ngIf="metadataQualityDisplay">
<p class="text text-gray-700 text-xs mb-3 uppercase" translate>
record.metadata.quality
</p>
<gn-ui-metadata-quality
[metadata]="facade.metadata$ | async"
[metadataQualityDisplay]="metadataQualityDisplay"
></gn-ui-metadata-quality>
</div>
<div class="-mt-20">
<div
*ngIf="lightbox$ | async as lightbox"
data-cy="record-thumbnail"
class="flex-shrink-0 bg-gray-100 rounded-lg overflow-hidden w-full border border-gray-300 h-36 group-hover:shadow-xl group-hover:border-0 mb-3"
class="flex-shrink-0 bg-gray-100 rounded-lg overflow-hidden w-full border border-gray-300 h-48 group-hover:shadow-xl group-hover:border-0 mb-3"
>
<gn-ui-thumbnail
class="relative h-full w-full"
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82245bd

Please sign in to comment.