iens

Manager of links to read
git clone https://git.instinctive.eu/iens.git
Log | Files | Refs | README | LICENSE

commit 44078c34c8dbf0eae5ca106c2c9f46e69a169c33
parent 051b24b2813488df5f3fc876df2797406fb8b516
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Sat, 11 Apr 2026 18:42:46 +0000

Overflow of gruik page is (mostly) prevented
Diffstat:
Msrc/cgi.scm | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/cgi.scm b/src/cgi.scm @@ -27,6 +27,8 @@ (define css-style #<<END-OF-CSS h1 { text-align: center; } +pre { overflow: scroll; } +.form-body { overflow: scroll; } .bad-post { background: #fcc; } .marked-post { background: #ccf; } .locked-post { background: #cfc; }