mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
[bugfix]: do not show now playing for duplicate item in play queue
This commit is contained in:
parent
d03a3a11eb
commit
5d6503c1f4
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ const RightSidebarContainer = styled(motion.aside)`
|
|||
height: 100%;
|
||||
background: var(--sidebar-bg);
|
||||
border-left: var(--sidebar-border);
|
||||
|
||||
.current-song-cell:not(.current-playlist-song-cell) svg {
|
||||
display: none;
|
||||
}
|
||||
`;
|
||||
|
||||
const queueSidebarVariants: Variants = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue