What's new
docker pull ghcr.io/new-usemame/calibre-web-nextgen:v4.0.120
(or :latest)
Books List Comments editor: drop the heading-style dropdown + cleaner buttons (fork #283 follow-up)
@droM4X verified the v4.0.112 fixes (contrast, toolbar wrap, dead Link/Image buttons) and pointed out three more rough edges in the same Comments editor on /table:
- The "Font Size" dropdown actually picked paragraph style (H1/H2/H3/Paragraph) — the metadata editor doesn't distinguish heading levels anyway, so it's been removed.
- Cancel + Submit buttons used to overflow the popup at narrow widths because they sat inline with the textarea. Now stacked below the input.
- Button order is now Cancel-left / Submit-right (common UX convention) instead of the vendor default.
Thanks @droM4X for testing and reporting.