feat: auth btn in header

This commit is contained in:
2024-07-18 16:35:46 +03:00
parent c427c6d0b4
commit d414223df2
4 changed files with 61 additions and 25 deletions

View File

@@ -34,7 +34,7 @@ export class ScaleImageComponent implements AfterViewInit, OnDestroy {
([entry]) => entry.isIntersecting && this.view.emit(),
{
root: this.hostScrollable ? this.host.nativeElement : null,
rootMargin: "1000px",
rootMargin: "700px",
},
);
if (this.containerRef) this.observer.observe(this.containerRef.nativeElement);