From 33c2bbb83212a36a62bd014f9746bb6773333696 Mon Sep 17 00:00:00 2001 From: J-Lennox10 Date: Thu, 16 Mar 2023 17:58:55 +0000 Subject: [PATCH] Fixed sizing of image at sidebar top, changed sidebar colour to white. Dropdown menu not included --- src/components/StationSidebar.vue | 4 ++-- src/components/TrainSidebar.vue | 38 ++++++++++++++++++------------- src/pages/MapPage.vue | 6 ++--- 3 files changed, 27 insertions(+), 21 deletions(-) diff --git a/src/components/StationSidebar.vue b/src/components/StationSidebar.vue index cb9db7c..29b12d7 100644 --- a/src/components/StationSidebar.vue +++ b/src/components/StationSidebar.vue @@ -40,7 +40,7 @@ export default { position: absolute; height: 80%; width: 100%; - color: white; + color: rgb(0, 0, 0); } #headerImage{ @@ -54,7 +54,7 @@ export default { #xButton{ font-size: 80%; font-family: Georgia; - color: white; + color: rgb(0, 0, 0); position: absolute; top:10px; right:10px; diff --git a/src/components/TrainSidebar.vue b/src/components/TrainSidebar.vue index 57de4ed..984f015 100644 --- a/src/components/TrainSidebar.vue +++ b/src/components/TrainSidebar.vue @@ -1,15 +1,16 @@