fix(ui): square song-rail nav buttons (#982)

* fix(ui): square song-rail nav buttons to match other rails

The song rail's prev/next (and reroll) buttons were circular while every
other rail uses the square rounded-rect nav button. Align them.

* docs: changelog for square song-rail nav buttons (#982)
This commit is contained in:
Frank Stellmacher
2026-06-04 11:26:57 +02:00
committed by GitHub
parent b0f35eabc9
commit d43a8c6691
2 changed files with 9 additions and 1 deletions
@@ -25,7 +25,9 @@
justify-content: center;
width: 32px;
height: 32px;
border-radius: 50%;
/* Square to match the album/artist row nav (`.album-row-nav .nav-btn`); this
rail had drifted to a circle. */
border-radius: var(--radius-sm);
background: var(--bg-card);
border: 1px solid var(--border-subtle);
color: var(--text-secondary);