Skip to content

Commit

Permalink
chore(ui): overlay image preview component
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Nov 21, 2024
1 parent 6f0ac07 commit cab3375
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
>
<div
*ngIf="imageUrl"
[showContent]="imageUrl !== undefined"
data-cy="record-thumbnail"
class="shrink-0 bg-gray-100 rounded-lg overflow-hidden w-full border border-gray-300 group-hover:shadow-xl group-hover:border-0 h-full w-full"
class="shrink-0 bg-gray-100 rounded-lg overflow-hidden border border-gray-300 group-hover:shadow-xl group-hover:border-0 h-full w-full"
>
<gn-ui-thumbnail
class="relative h-full w-full"
Expand Down

0 comments on commit cab3375

Please sign in to comment.