From 610cff8ae624e3c81ea38efddf326aaed484703c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 23 May 2022 19:58:52 +0200 Subject: [PATCH] apply editor style to [newpage] --- themes/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/default.css b/themes/default.css index c22da7c..11c3dae 100644 --- a/themes/default.css +++ b/themes/default.css @@ -76,7 +76,8 @@ main article, /* === Editor === */ -body[id$="/[edit]"] textarea { +body[id$="/[edit]"] textarea, +body[id$="/[newpage]"] textarea { width: 100%; min-height: 20em; min-height: 70vh; font-family: monospace; -- 2.39.2