mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
fix(ui): split album and track artists (OpenSubsonic) (#696)
* fix(ui): split OpenSubsonic album and track artists in header and player Album detail header uses albumArtists from album or child songs; player bar, mobile player, and mini player use structured track artists with per-id links. Adds deriveAlbumHeaderArtistRefs helper and OpenArtistRefInline. Fixes #552 * docs: changelog and credits for OpenSubsonic artist links (PR #696)
This commit is contained in:
@@ -147,6 +147,20 @@
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.mini-player__artist .open-artist-ref-sep {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.mini-player__artist-link {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.mini-player__artist-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.mini-player__toolbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user