From: Paul Hänsch Date: Mon, 23 May 2022 17:58:52 +0000 (+0200) Subject: apply editor style to [newpage] X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=610cff8ae624e3c81ea38efddf326aaed484703c;hp=818bd92b936bf3c66a4be47481be3c1fdf244523;p=shellwiki apply editor style to [newpage] --- 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;