From f764d8bbae582a5a4736b531695cbc742536f3cf Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 31 Oct 2020 22:57:16 +0100 Subject: [PATCH] Cleaning up navigation height & edit page --- angular.json | 5 +- src/app/app.component.html | 6 +- src/app/app.component.scss | 40 ++++---- .../episodes-list.component.scss | 6 +- .../items-grid/items-grid.component.scss | 6 +- .../items-list/items-list.component.scss | 6 +- .../people-list/people-list.component.scss | 6 +- .../metadata-edit.component.html | 14 ++- .../metadata-edit.component.scss | 8 +- .../metadata-edit/metadata-edit.component.ts | 96 ++++++++++++------- .../show-details/show-details.component.scss | 7 +- .../show-details/show-details.component.ts | 18 +++- src/app/services/api.service.ts | 18 ++++ src/variables.scss | 1 + 14 files changed, 153 insertions(+), 84 deletions(-) create mode 100644 src/variables.scss diff --git a/angular.json b/angular.json index 9094b6e6..34d179f5 100644 --- a/angular.json +++ b/angular.json @@ -38,7 +38,10 @@ "./node_modules/jquery/dist/jquery.min.js", "./node_modules/bootstrap/dist/js/bootstrap.bundle.min.js", "./node_modules/hls.js/dist/hls.js" - ] + ], + "stylePreprocessorOptions": { + "includePaths": ["src"] + } }, "configurations": { "production": { diff --git a/src/app/app.component.html b/src/app/app.component.html index 1c512303..e80cf042 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,4 +1,4 @@ -