934d0d981b
The button was gated on `showWeightHistory`, which stays false on desktop since the history-list uses CSS (`.collapsed` override at ≥1024 px) instead of the toggle. Move the gating to a `.collapsed` class on the button too, mirroring the list — hidden on mobile until the user expands, always visible on desktop.