diff --git a/web/projects/marketplace/src/pages/list/item/item.component.html b/web/projects/marketplace/src/pages/list/item/item.component.html
index 33d3f7380..3b07610df 100644
--- a/web/projects/marketplace/src/pages/list/item/item.component.html
+++ b/web/projects/marketplace/src/pages/list/item/item.component.html
@@ -1,16 +1,13 @@
-
![{{ pkg.manifest.title }} Icon]()
+
![{{ pkg.manifest.title }} Icon]()
diff --git a/web/projects/shared/styles/shared.scss b/web/projects/shared/styles/shared.scss
index 72a4962e5..c8b8d4bf8 100644
--- a/web/projects/shared/styles/shared.scss
+++ b/web/projects/shared/styles/shared.scss
@@ -369,7 +369,7 @@ a {
}
.buttons {
- margin-top: 0.5rem;
+ margin-top: 1rem;
:first-child {
margin-right: 0.5rem;
diff --git a/web/projects/ui/src/app/apps/portal/routes/system/marketplace/components/menu.component.ts b/web/projects/ui/src/app/apps/portal/routes/system/marketplace/components/menu.component.ts
index a900b3a21..188d8c366 100644
--- a/web/projects/ui/src/app/apps/portal/routes/system/marketplace/components/menu.component.ts
+++ b/web/projects/ui/src/app/apps/portal/routes/system/marketplace/components/menu.component.ts
@@ -34,6 +34,8 @@ import { MARKETPLACE_REGISTRY } from '../modals/registry.component'
padding: 1.25rem;
font-size: 1rem;
line-height: 1.5rem;
+ background-color: transparent;
+ background-image: none;
}
`,
],
diff --git a/web/projects/ui/src/app/apps/portal/routes/system/marketplace/components/sidebars.component.ts b/web/projects/ui/src/app/apps/portal/routes/system/marketplace/components/sidebars.component.ts
index 71439d651..7d9c9c7a1 100644
--- a/web/projects/ui/src/app/apps/portal/routes/system/marketplace/components/sidebars.component.ts
+++ b/web/projects/ui/src/app/apps/portal/routes/system/marketplace/components/sidebars.component.ts
@@ -15,7 +15,6 @@ import { MarketplaceSidebarService } from '../services/sidebar.service'
position: fixed;
inset: 3.5rem 0 0;
pointer-events: none;
- transform: translate3d(0, 0, 0);
}
`,
],
diff --git a/web/projects/ui/src/app/apps/portal/routes/system/marketplace/components/tile.component.ts b/web/projects/ui/src/app/apps/portal/routes/system/marketplace/components/tile.component.ts
index ab3d521bc..db689451b 100644
--- a/web/projects/ui/src/app/apps/portal/routes/system/marketplace/components/tile.component.ts
+++ b/web/projects/ui/src/app/apps/portal/routes/system/marketplace/components/tile.component.ts
@@ -2,8 +2,8 @@ import { CommonModule } from '@angular/common'
import {
ChangeDetectionStrategy,
Component,
- Input,
inject,
+ Input,
} from '@angular/core'
import { ActivatedRoute, Router } from '@angular/router'
import { ItemModule, MarketplacePkg } from '@start9labs/marketplace'
@@ -30,9 +30,8 @@ import { MarketplaceSidebarService } from '../services/sidebar.service'
direction: 'right';
autoWidth: true
"
+ [pkgId]="pkg.manifest.id"
class="preview-wrapper"
- [pkg]="pkg"
- (tuiActiveZoneChange)="toggle($event)"
>