mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-04-20 05:51:21 -04:00
# Why Book covers in the UI are currently cut off on the top and bottom, making it hard to see. # How doubled the height of the book cover image div so the covers are not cut off. I found that setting it to a specific size (rather than `h-full`) resulted in better handling of small images and made for a more consistent look. # Before <img width="488" height="520" alt="Screenshot from 2025-09-02 11-44-49" src="https://github.com/user-attachments/assets/cf94e5f7-3981-40b6-a148-2a847f565c41" /> <img width="488" height="520" alt="Screenshot from 2025-09-02 11-45-06" src="https://github.com/user-attachments/assets/5849eb34-57e8-4c36-af26-cb2f9647605f" /> # After <img width="488" height="520" alt="Screenshot from 2025-09-02 11-41-41" src="https://github.com/user-attachments/assets/6ffdde1f-ba36-4253-8092-12afe1c8f84e" /> <img width="488" height="520" alt="Screenshot from 2025-09-02 11-44-38" src="https://github.com/user-attachments/assets/e44b57b7-ee03-4e8b-a186-444e8a5bf5aa" /> --------- Co-authored-by: Ryan Hults <contact@ryanthults.com>