mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 14:35:41 +00:00
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:
committed by
GitHub
parent
b0f35eabc9
commit
d43a8c6691
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user