What's new
docker pull ghcr.io/new-usemame/calibre-web-nextgen:v4.0.125
(or :latest)
Mobile pass 4: sort dropdown label readable on phones (#288)
At iPhone SE width the sort dropdown was rendering "DATE A..." instead of "Date added, newest first" — three decorative leading glyphs inside the button were eating the label's space. This release hides those decorative icons on phones (the dropdown caret already implies "click to sort") and bumps the label width cap, so users see a readable "DATE ADDED, ..." that makes the active sort recognizable.
Desktop unchanged: icons stay visible there, full label rendered.