From 772861426839059e9b6a38341ddf94c9e8329b44 Mon Sep 17 00:00:00 2001 From: JLennox1 <118987568+JLennox1@users.noreply.github.com> Date: Wed, 29 Mar 2023 15:38:30 +0100 Subject: [PATCH] Fixed Public Message Placement Fixed the placement of the public message div for non-running trains --- src/components/TrainSidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TrainSidebar.vue b/src/components/TrainSidebar.vue index 918bdae..2dbd71e 100644 --- a/src/components/TrainSidebar.vue +++ b/src/components/TrainSidebar.vue @@ -256,7 +256,7 @@ export default { height: fit-content; } -#notRunningPublicMessageDiv{top: 68%;} +#notRunningPublicMessageDiv{top: 55%;}