v1.0.5-beta.013 - Fix cover text washout and enhance request button logic
- Fixed z-index layering on comic covers in the Discover and Search grids so the title and year text overlay is no longer washed out by the dark hover overlay.
- Updated Volume request logic: If a series is only partially in the library, the request buttons remain active and change to 'Request Missing', allowing users to fill gaps with a single click.
- Improved mobile responsiveness for action buttons in the details modal by allowing text to wrap naturally (whitespace-normal) and optimizing padding/gaps to prevent text from overflowing the button boundaries.
- Synchronized these layout and logic improvements across both comic-grid.tsx and request-search.tsx.