diff --git a/teammapper-frontend/src/app/core/http/http.service.ts b/teammapper-frontend/src/app/core/http/http.service.ts index 2c1472bc..447ea76a 100644 --- a/teammapper-frontend/src/app/core/http/http.service.ts +++ b/teammapper-frontend/src/app/core/http/http.service.ts @@ -4,7 +4,7 @@ import { Injectable } from '@angular/core'; * All the API urls used with the http service. */ export enum API_URL { - LOCAL_ASSETS = './assets/data/', + LOCAL_ASSETS = '/assets/data/', ROOT = 'api', } diff --git a/teammapper-frontend/src/app/modules/about/components/footer/footer.component.scss b/teammapper-frontend/src/app/modules/about/components/footer/footer.component.scss index 5d9082c3..e9b98635 100644 --- a/teammapper-frontend/src/app/modules/about/components/footer/footer.component.scss +++ b/teammapper-frontend/src/app/modules/about/components/footer/footer.component.scss @@ -42,20 +42,27 @@ footer.footer { div.languages { padding: 8px 0; - mat-select::ng-deep { - width: fit-content !important; - min-width: 100%; - - .mat-select-value { - width: fit-content; - min-width: 2ch; - max-width: 25ch; + ::ng-deep { + .mat-mdc-select { + min-width: 150px; + } + + .mat-mdc-select-value { + max-width: 100%; + width: auto; + } + + .mat-mdc-select-value-text { color: whitesmoke; } - .mat-select-arrow { + .mat-mdc-select-arrow { color: whitesmoke; } + + .mat-mdc-select-placeholder { + color: rgba(255, 255, 255, 0.7); + } } } } diff --git a/teammapper-frontend/src/app/modules/about/components/header/header.component.html b/teammapper-frontend/src/app/modules/about/components/header/header.component.html index a162c6a2..de9abcd6 100644 --- a/teammapper-frontend/src/app/modules/about/components/header/header.component.html +++ b/teammapper-frontend/src/app/modules/about/components/header/header.component.html @@ -1,6 +1,6 @@