]> git.xolatile.top Git - emil-3chen.org.git/commitdiff
--
authorEmil Williams <emilemilemil@cock.li>
Sun, 18 May 2025 00:49:19 +0000 (00:49 +0000)
committerEmil Williams <emilemilemil@cock.li>
Sun, 18 May 2025 00:49:19 +0000 (00:49 +0000)
static/style.css
tt/img

index 000e00b992e01b0f183cf9b9ce7998cb9e3d7e15..23c680557f0ce79852462a17cdcdae9f469686cf 100644 (file)
@@ -30,7 +30,6 @@ textarea {
     border-bottom-style: solid;
     border-width: 1px;
     width: 50vw;
-    position: sticky;
 }
 
 #foot {
diff --git a/tt/img b/tt/img
index 4c4a79da07968e5d7e78fabf86a39572ee2c6c83..2c587d0336d3414c209505a3e96bd9de4c103e2c 100644 (file)
--- a/tt/img
+++ b/tt/img
@@ -5,11 +5,8 @@
 [% END %]
 [% INCLUDE header %]
 <body>
-<div id="board">
-<div id="top">
 <div id="title"><a href="https://[% sitename %]">←</a> [% uri %] - [% description %]</div>
 [% INCLUDE post %]
-</div>
 [% FOREACH thread IN threads %]
 <div id="thread">
   [% FOREACH post IN thread %]
@@ -22,6 +19,5 @@
   [% END %]
 </div>
 [% END %]
-</div>
 </body>
 </html>