fix preview versions, icons, and misc styling

This commit is contained in:
Lucy Cifferello
2024-04-02 21:16:14 -04:00
parent 74ba68ff2c
commit 9c4c211233
8 changed files with 140 additions and 86 deletions

View File

@@ -1,16 +1,13 @@
<div class="item-container box-shadow-lg">
<!-- color background -->
<div class="background">
<img
[src]="pkg.icon| trustUrl"
alt="{{ pkg.manifest.title }} Icon"
/>
<img [src]="pkg.icon" alt="{{ pkg.manifest.title }} Icon" />
</div>
<!-- darkening overlay -->
<div class="overlay"></div>
<!-- icon -->
<img
[src]="pkg.icon | trustUrl"
[src]="pkg.icon"
class="icon box-shadow-lg"
alt="{{ pkg.manifest.title }} Icon"
/>