Description
The mini-player should remain usable when its window is resized to a small width.
Steps to Reproduce
- Open the mini-player.
- Gradually reduce the window width.
- Observe the controls and track information.
Expected Behavior
The UI should adapt gracefully without clipping controls or causing horizontal overflow.
Actual Behavior
Some controls or text may become clipped at smaller widths.
Suggested Fix
Review responsive sizing, text truncation, flex behavior, and minimum component widths.
Suggested Labels
bug, responsive, UI
Description
The mini-player should remain usable when its window is resized to a small width.
Steps to Reproduce
Expected Behavior
The UI should adapt gracefully without clipping controls or causing horizontal overflow.
Actual Behavior
Some controls or text may become clipped at smaller widths.
Suggested Fix
Review responsive sizing, text truncation, flex behavior, and minimum component widths.
Suggested Labels
bug, responsive, UI