From 690158ff1c9058b550334a6c322775dd963dcf9a Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 18 Aug 2025 14:46:10 -0700 Subject: [PATCH] Fixing vertical alignment in videos pages --- service/static/main.css | 2 +- service/static/style.css | 10 ---------- service/templates/video.html.tera | 28 ++++++++++++++++------------ 3 files changed, 17 insertions(+), 23 deletions(-) delete mode 100644 service/static/style.css diff --git a/service/static/main.css b/service/static/main.css index 2e272cc..3fe81d6 100644 --- a/service/static/main.css +++ b/service/static/main.css @@ -1211,7 +1211,7 @@ input, select, textarea { -ms-justify-content: space-between; justify-content: space-between; position: relative; - min-height: 100vh; + min-height: 100px; width: 100%; padding: 4rem 2rem; z-index: 3; diff --git a/service/static/style.css b/service/static/style.css deleted file mode 100644 index 3f8d464..0000000 --- a/service/static/style.css +++ /dev/null @@ -1,10 +0,0 @@ -body { - font-family: Verdana, Geneva, Tahoma, sans-serif; -} - -.container { - border: 1em; - width: 100%; - display: flex; - justify-content: center;; -} diff --git a/service/templates/video.html.tera b/service/templates/video.html.tera index a440aaa..a5f5120 100644 --- a/service/templates/video.html.tera +++ b/service/templates/video.html.tera @@ -1,14 +1,18 @@ -{% include "head" %} - -
- {% if video %} - -

{{title}}

- {% else %} -

Nothing to see here

- {% endif %} +{% include "header" %} + +
+
- \ No newline at end of file +
+ +{% include "footer" %} \ No newline at end of file