feat: textarea width/rows in px to match drawpad, and drawpad submissions/entry rendering

This commit is contained in:
Lewis Wynne 2026-04-09 22:39:00 +01:00
parent 6322606335
commit d26c289f66
7 changed files with 64 additions and 43 deletions

View file

@ -78,11 +78,11 @@
# Label for the message field.
# BOOK_LABEL_MESSAGE=Your message:
# Number of rows for the message textarea.
# BOOK_TEXTAREA_ROWS=8
# Message textarea width in pixels.
# BOOK_TEXTAREA_WIDTH=400
# Number of columns for the message textarea.
# BOOK_TEXTAREA_COLS=60
# Message textarea height in pixels.
# BOOK_TEXTAREA_HEIGHT=150
# Custom HTML template file with {{title}}, {{form}}, {{entries}}, and {{style}} placeholders.
# Uses built-in default if unset.