Skip to content

Fix now playing bar layout when album art is missing

jedmund requested to merge fix-now-playing-no-artwork into main

Created by: jedmund

Summary

  • The now playing bar grid always reserved a 32px column for album art, even when no artwork was available, breaking the layout
  • Conditionally switch to a single-column grid when there's no artwork, and only apply the centering padding offset when the image is present

Test plan

  • Play a track with album art and verify the bar looks the same as before
  • Play a track without album art and verify the bar displays correctly with centered text

Merge request reports

Loading