From 3912e4ea46cfb6e56647dff9d35d02444dadbf48 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:45:26 -0600 Subject: [PATCH] -- --- static/style.css | 5 +++++ tt/img | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 9b7bc2f..531b4cb 100644 --- a/static/style.css +++ b/static/style.css @@ -86,3 +86,8 @@ input[type=submit]:hover { #bar { } + +#scroll { + height: 80%; + overflow-y: scroll; +} diff --git a/tt/img b/tt/img index ea7d92a..05f223d 100644 --- a/tt/img +++ b/tt/img @@ -8,6 +8,7 @@
[% uri %] - [% description %]
[% INCLUDE post %] +
[% FOREACH thread IN threads %]
[% FOREACH post IN thread %] @@ -20,7 +21,7 @@ [% END %]
[% END %] -[% INCLUDE post %] +
[% INCLUDE footer %]
-- 2.39.5