mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
fix hero icon
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@start9labs/marketplace",
|
"name": "@start9labs/marketplace",
|
||||||
"version": "0.3.26",
|
"version": "0.3.27",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": ">=13.2.0",
|
"@angular/common": ">=13.2.0",
|
||||||
"@angular/core": ">=13.2.0",
|
"@angular/core": ">=13.2.0",
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ import { AbstractMarketplaceService } from '../../../services/marketplace.servic
|
|||||||
<!-- icon -->
|
<!-- icon -->
|
||||||
<img
|
<img
|
||||||
[src]="determineIcon(marketplace) | trustUrl"
|
[src]="determineIcon(marketplace) | trustUrl"
|
||||||
class="box-shadow-lg"
|
|
||||||
alt="{{ pkg.manifest.title }} Icon"
|
alt="{{ pkg.manifest.title }} Icon"
|
||||||
/>
|
/>
|
||||||
<!-- color background -->
|
<!-- color background -->
|
||||||
@@ -82,8 +81,6 @@ import { AbstractMarketplaceService } from '../../../services/marketplace.servic
|
|||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
backdrop-filter: blur(24px);
|
|
||||||
background-color: rgb(0 0 0 / 0.5);
|
|
||||||
top: -2.25rem;
|
top: -2.25rem;
|
||||||
left: 1.75rem;
|
left: 1.75rem;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user