From 39fcc5d52ac4c6e76ff87d95ef5b4b63300fe071 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 22 Mar 2025 19:41:55 +0000 Subject: implement editing pages --- static/form.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'static/form.css') diff --git a/static/form.css b/static/form.css index 12e3ab3..f807e4f 100644 --- a/static/form.css +++ b/static/form.css @@ -197,6 +197,17 @@ form:not(.nopanel) { } } + &.pageEditForm { + max-width: 100%; + input, + textarea { + width: 100%; + } + textarea { + height: 16lh; + } + } + .actionButtons { display: grid; justify-content: end; -- cgit v1.3