diff --git a/web/projects/marketplace/src/pages/list/search/search.component.ts b/web/projects/marketplace/src/pages/list/search/search.component.ts index 11a749c3a..2f1e2427d 100644 --- a/web/projects/marketplace/src/pages/list/search/search.component.ts +++ b/web/projects/marketplace/src/pages/list/search/search.component.ts @@ -27,6 +27,7 @@ export class SearchComponent { onModelChange(query: string) { this.query = query this.queryChange.emit(query) - this.router.navigate(['../']) + // @TODO fix in brochure + // this.router.navigate(['../']) } } diff --git a/web/projects/marketplace/src/pages/show/dependencies/dependency-item.component.ts b/web/projects/marketplace/src/pages/show/dependencies/dependency-item.component.ts index 831f2fda3..6e338a13d 100644 --- a/web/projects/marketplace/src/pages/show/dependencies/dependency-item.component.ts +++ b/web/projects/marketplace/src/pages/show/dependencies/dependency-item.component.ts @@ -64,7 +64,12 @@ import { TuiAvatarModule, TuiLineClampModule } from '@taiga-ui/kit' .title { display: flex; - gap: 0.25rem; + gap: 0; + flex-wrap: wrap; + + @media (min-width: 640px) { + gap: 0.25rem; + } p { margin: 0; diff --git a/web/projects/marketplace/src/pages/show/hero/hero.component.ts b/web/projects/marketplace/src/pages/show/hero/hero.component.ts index c9141ae16..b6d1648d2 100644 --- a/web/projects/marketplace/src/pages/show/hero/hero.component.ts +++ b/web/projects/marketplace/src/pages/show/hero/hero.component.ts @@ -87,9 +87,10 @@ import { MarketplacePkg } from '../../../types' color: rgb(250 250 250); mix-blend-mode: plus-lighter; z-index: 1; + max-width: 17rem; @media (min-width: 768px) { - max-width: 22rem; + min-width: 100%; } h2 { @@ -128,7 +129,6 @@ import { MarketplacePkg } from '../../../types' left: 0px; z-index: -50; border-radius: 1.5rem; - background-color: rgb(39 39 42); img { position: absolute; diff --git a/web/projects/shared/src/components/ticker/ticker.component.scss b/web/projects/shared/src/components/ticker/ticker.component.scss index 7944cb37e..49dbd0a28 100644 --- a/web/projects/shared/src/components/ticker/ticker.component.scss +++ b/web/projects/shared/src/components/ticker/ticker.component.scss @@ -8,6 +8,6 @@ &:hover { text-indent: var(--indent, 0); text-overflow: clip; - cursor: all-scroll; + cursor: default; } } 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 75ecb2e36..0475b346d 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 @@ -32,6 +32,7 @@ import { MarketplaceSidebarService } from '../services/sidebar.service' " [pkgId]="pkg.manifest.id" class="preview-wrapper" + (tuiActiveZoneChange)="toggle($event)" >