mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix preview versions, icons, and misc styling
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user