v4.0.23 — equal Save / Cancel button heights
A one-line CSS fix on top of v4.0.22.
Get it
docker pull ghcr.io/new-usemame/calibre-web-nextgen:v4.0.23
Fix
The new right-aligned Save / Cancel button pair (introduced in v4.0.22) rendered with mismatched heights — 41 px Cancel vs 36 px Save — because the secondary-styled Cancel anchor carries a 1 px border while the default-styled Save button is borderless on caliBlur. Both buttons now render as a fixed 38 px box with consistent vertical padding, line-height, and inline-flex centering. Layout doesn't shift; element-type-agnostic so the same rule applies to anchor-based and button-based actions.
Browser-verified on the deployed instance: both buttons report 38 px tall, same top edge, identical visual weight.