iens

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

commit 22b2d8ec5ee91c2e9abe499863224d598096f584
parent 6d0adfd788c122b806f8e312661d24c332972012
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Fri, 19 Jun 2026 19:09:48 +0000

URL input fields are wider
Diffstat:
Msrc/cgi.scm | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/cgi.scm b/src/cgi.scm @@ -29,6 +29,7 @@ sxml-serializer) (define css-style #<<END-OF-CSS +* { box-sizing: border-box; } h1 { text-align: center; } pre { overflow: auto; } .form-body { overflow: auto; } @@ -45,6 +46,7 @@ form { } .lsub { width: 4.5rem; height: 3rem; } .rsub { width: 4.5rem; height: 3rem; } +input[type=url] { display: block; width: 100%; } textarea { display: block; max-width: 100%; } .tag-list { column-width: 10rem; column-gap: 1rem; } .tag-list label { display: block; }