]> git.xolatile.top Git - emil-3chen.org.git/commitdiff
--
authorEmil Williams <emilemilemil@cock.li>
Sat, 17 May 2025 14:46:45 +0000 (08:46 -0600)
committerEmil Williams <emilemilemil@cock.li>
Sat, 17 May 2025 14:46:45 +0000 (08:46 -0600)
perl/Triple.pm
static/style.css

index 5cf06f37f7d0fbdec3f209528d07aeff588f892b..cb2fcfee9078a3eb417df692e18fc7afee2c2de2 100644 (file)
@@ -77,6 +77,14 @@ sub Triple::main {
          [ "based", 3 ],
          [ "retard", 4 ],
         ],
+        [
+         [ "Post", 1 ],
+         [ "Sneed", 2 ],
+        ],
+        [
+         [ "based", 3 ],
+         [ "retard", 4 ],
+        ],
         );
 
     our $vars = {
index 531b4cb86b52685da623207ceb4724b8f494b78d..2ec0d575d19dbbd454b864e6fdf7933efb443449 100644 (file)
@@ -88,6 +88,6 @@ input[type=submit]:hover {
 }
 
 #scroll {
-    height: 80%;
+    height: 80vh;
     overflow-y: scroll;
 }