From 16c7f00a15a5bd1c0e07d0dac633e36ccddf76ad Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:46:45 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 8 ++++++++ static/style.css | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index 5cf06f3..cb2fcfe 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -77,6 +77,14 @@ sub Triple::main { [ "based", 3 ], [ "retard", 4 ], ], + [ + [ "Post", 1 ], + [ "Sneed", 2 ], + ], + [ + [ "based", 3 ], + [ "retard", 4 ], + ], ); our $vars = { diff --git a/static/style.css b/static/style.css index 531b4cb..2ec0d57 100644 --- a/static/style.css +++ b/static/style.css @@ -88,6 +88,6 @@ input[type=submit]:hover { } #scroll { - height: 80%; + height: 80vh; overflow-y: scroll; } -- 2.39.5