From 61b122e88cc6783b4d0cf5142a22002f8e558c60 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 15 Mar 2025 18:35:59 +0000 Subject: implement pages --- static/form.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static/form.css') diff --git a/static/form.css b/static/form.css index 7b38860..6f474c1 100644 --- a/static/form.css +++ b/static/form.css @@ -110,6 +110,15 @@ form:not(.nopanel) { } } + &#writePageForm { + max-width: 100%; + input, + textarea, + select { + width: 100%; + } + } + &#writeNoteForm { max-width: 100%; -- cgit v1.3