From ca40ca0927bd2c76c2f7cf2fe72e5d6ebd1bf376 Mon Sep 17 00:00:00 2001 From: Mark van der Wal Date: Mon, 17 May 2021 14:23:44 +0200 Subject: [PATCH 1/2] renamed package guard and added it to public api --- .../fm-map/components/map/map.component.scss | 6 ++--- .../back-button/back-button.component.spec.ts | 25 ------------------- 2 files changed, 3 insertions(+), 28 deletions(-) delete mode 100644 projects/common/src/fm/components/back-button/back-button.component.spec.ts diff --git a/projects/common-map/src/fm-map/components/map/map.component.scss b/projects/common-map/src/fm-map/components/map/map.component.scss index 41a86b4..0fd6e83 100644 --- a/projects/common-map/src/fm-map/components/map/map.component.scss +++ b/projects/common-map/src/fm-map/components/map/map.component.scss @@ -1,6 +1,6 @@ @import "~bootstrap/scss/bootstrap.scss"; -aol-map { position:absolute;width:100%;height:calc(100vh + 4rem);} +aol-map { width:100%;} .arrow { top: 3rem; @@ -49,7 +49,7 @@ aol-map { position:absolute;width:100%;height:calc(100vh + 4rem);} .control-container { position: absolute; right: 1em; - bottom: 8.1em; + bottom: 1em; } .fullscreen .control-container { @@ -109,7 +109,7 @@ timespan { bottom: 0; left: 0; right: 0; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(255, 255, 255, 0.5); } timespan.menuVisible { diff --git a/projects/common/src/fm/components/back-button/back-button.component.spec.ts b/projects/common/src/fm/components/back-button/back-button.component.spec.ts deleted file mode 100644 index 30d11e5..0000000 --- a/projects/common/src/fm/components/back-button/back-button.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { BackButtonComponent } from './back-button.component'; - -describe('BackButtonComponent', () => { - let component: BackButtonComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [ BackButtonComponent ] - }) - .compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(BackButtonComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); From 115f53e93c026941041f04f8a82b10232ec063be Mon Sep 17 00:00:00 2001 From: Mark van der Wal Date: Tue, 18 May 2021 09:49:50 +0200 Subject: [PATCH 2/2] AW-2268 fix .fullscreen .control-container --- .../common-map/src/fm-map/components/map/map.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/common-map/src/fm-map/components/map/map.component.scss b/projects/common-map/src/fm-map/components/map/map.component.scss index 0fd6e83..46476e6 100644 --- a/projects/common-map/src/fm-map/components/map/map.component.scss +++ b/projects/common-map/src/fm-map/components/map/map.component.scss @@ -53,7 +53,7 @@ aol-map { width:100%;} } .fullscreen .control-container { - bottom: 5em; + bottom: 1em; } switch2d3d {