From 8aac651315bc99c2fab58b08cd118530cbec88dc Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 20:34:44 +0000 Subject: [PATCH] -- --- static/style.css | 4 ++++ tt/img | 2 ++ 2 files changed, 6 insertions(+) diff --git a/static/style.css b/static/style.css index 04c1ff5..6aece13 100644 --- a/static/style.css +++ b/static/style.css @@ -18,6 +18,10 @@ textarea { width: 50%; } +#top { + height: 10vh; +} + #title { font-size: 1.5em; margin-top: -1em; diff --git a/tt/img b/tt/img index 2f60644..d1e4d94 100644 --- a/tt/img +++ b/tt/img @@ -6,8 +6,10 @@ [% INCLUDE header %]
+
← [% uri %] - [% description %]
[% INCLUDE post %] +
[% FOREACH thread IN threads %]
-- 2.39.5