docker pull ghcr.io/new-usemame/calibre-web-nextgen:v4.0.132
(or :latest)
Two mobile fixes for issues that only showed on real phones
Book titles overlapping the cover above them. On a cold load over a network (typical on a phone), the book grid was laying out before the web font finished loading, so titles ended up overlapping the covers once the font swapped in. The grid now re-lays-out after the font loads, and every card reserves a fixed two-line title height so card sizes are consistent — the overlap can't happen regardless of network speed.
Pagination arrow misaligned. The next/previous arrow in the top bar sat lower than the page-number buttons on mobile. It's now vertically centered with them.
Both are mobile-only (≤767px); desktop is unchanged. Hard-refresh on your phone after upgrading to see the fix.