diff options
| author | winter | 2025-03-22 19:41:55 +0000 |
|---|---|---|
| committer | winter | 2025-03-22 19:41:55 +0000 |
| commit | 39fcc5d52ac4c6e76ff87d95ef5b4b63300fe071 (patch) | |
| tree | 75b83a228906064e80160359a76fa3820a9449eb /static/form.css | |
| parent | b535baf69b9a2525bc8a33b9c96460b84af8e6e2 (diff) | |
implement editing pages
Diffstat (limited to 'static/form.css')
| -rw-r--r-- | static/form.css | 11 |
1 files changed, 11 insertions, 0 deletions
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; |
