From 556ae86fa227872dea81f36923daef42a1296062 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 14 May 2026 21:02:39 -0500 Subject: footer link and even more minimal style --- static/style.css | 3 +-- templates/watch.html | 61 ++++++++++++++++++++++++++-------------------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/static/style.css b/static/style.css index 580388e..efc90b0 100644 --- a/static/style.css +++ b/static/style.css @@ -16,11 +16,10 @@ a { color: lightblue } display: flex; align-items: center; gap: .25rem; - margin: .5rem; #title { flex-grow: 1 } } -#details, #comments { padding: 0 1rem; max-width: 1000px } +#details, #comments { max-width: 1000px } .comment .replies { margin-left: 2rem } diff --git a/templates/watch.html b/templates/watch.html index e05eef8..89ba0e6 100644 --- a/templates/watch.html +++ b/templates/watch.html @@ -13,34 +13,35 @@ allowfullscreen > -
-

- - -
- -
- +
+
+

+ + +
+ + +
+ {{ end }} -- cgit v1.2.3