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