From 80edfba0c0f9dfadfa599cd33f11562b8609e258 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Mon, 13 Apr 2026 08:45:50 -0400 Subject: [PATCH] fix inconsistencies in page layout, add swiss clock --- hbd/server/templates/alerts.html | 9 +- hbd/server/templates/head.html | 181 ++++++++++++++++++++++++++++- hbd/server/templates/live.html | 4 - hbd/server/templates/nav.html | 9 ++ hbd/server/templates/plugins.html | 6 +- hbd/server/templates/profile.html | 10 +- hbd/server/templates/settings.html | 11 +- 7 files changed, 192 insertions(+), 38 deletions(-) diff --git a/hbd/server/templates/alerts.html b/hbd/server/templates/alerts.html index 9cfe400..534423f 100644 --- a/hbd/server/templates/alerts.html +++ b/hbd/server/templates/alerts.html @@ -3,20 +3,13 @@ {% include 'head.html' %} - + + \ No newline at end of file diff --git a/hbd/server/templates/live.html b/hbd/server/templates/live.html index 1641ecc..ad393b7 100644 --- a/hbd/server/templates/live.html +++ b/hbd/server/templates/live.html @@ -7,10 +7,6 @@ display: flex; flex-direction: column; height: 100vh; - box-sizing: border-box; - padding: 10px; - margin: 0; - background: #f5f5f5; overflow: hidden; } diff --git a/hbd/server/templates/nav.html b/hbd/server/templates/nav.html index 4bd9770..edc4170 100644 --- a/hbd/server/templates/nav.html +++ b/hbd/server/templates/nav.html @@ -10,6 +10,9 @@ Settings {% endif %} + {% if current_user %} {% if current_user.avatar %} @@ -21,6 +24,12 @@ {% endif %} + + +
+ +
+