From 0235573835dc1be1b701e405a212ecf68598aa3a Mon Sep 17 00:00:00 2001 From: Justin Hayes <52832301+justinh-rahb@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:54:44 -0500 Subject: [PATCH] Fix --- static/styles.css | 4 ++-- templates/bus_times.html | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/static/styles.css b/static/styles.css index 3c23d14..f421878 100644 --- a/static/styles.css +++ b/static/styles.css @@ -176,8 +176,8 @@ header h1 { border-radius: 50%; background-color: var(--realtime-indicator); position: absolute; - top: 0; /* Position in the top-right corner */ - right: 0; + top: 8px; + right: 8px; } .status-indicator.realtime { diff --git a/templates/bus_times.html b/templates/bus_times.html index e436183..3d84ec1 100644 --- a/templates/bus_times.html +++ b/templates/bus_times.html @@ -1,7 +1,9 @@ {% if error %}