From b19da0c819c1dee6f4d13784eb557ffcf7a35695 Mon Sep 17 00:00:00 2001 From: Tim Herbst Date: Sat, 26 Dec 2020 11:06:32 +0100 Subject: [PATCH] rearrange div elements --- .../frontend/src/app/dashboard/dashboard.component.html | 4 ++-- .../frontend/src/app/dashboard/dashboard.component.scss | 8 ++++++-- .../project-3/frontend/src/app/map/map.component.html | 6 +++--- .../project-3/frontend/src/app/map/map.component.scss | 7 +------ 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/projects/project-3/frontend/src/app/dashboard/dashboard.component.html b/projects/project-3/frontend/src/app/dashboard/dashboard.component.html index 62b04c4..27d9598 100644 --- a/projects/project-3/frontend/src/app/dashboard/dashboard.component.html +++ b/projects/project-3/frontend/src/app/dashboard/dashboard.component.html @@ -102,13 +102,13 @@
- Borrow Duration -
+
-
-
-
+
+
+
diff --git a/projects/project-3/frontend/src/app/map/map.component.scss b/projects/project-3/frontend/src/app/map/map.component.scss index cb1057b..650c573 100644 --- a/projects/project-3/frontend/src/app/map/map.component.scss +++ b/projects/project-3/frontend/src/app/map/map.component.scss @@ -8,13 +8,8 @@ flex: 1 1 auto; } -.mat-toolbar { - height: 4% -} - .map-container { - margin: 10px; - height: 94%; + height: 95%; } .map-frame {