mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
[bugfix]: do not show now playing for duplicate item in play queue
This commit is contained in:
@@ -14,6 +14,10 @@ const RightSidebarContainer = styled(motion.aside)`
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background: var(--sidebar-bg);
|
background: var(--sidebar-bg);
|
||||||
border-left: var(--sidebar-border);
|
border-left: var(--sidebar-border);
|
||||||
|
|
||||||
|
.current-song-cell:not(.current-playlist-song-cell) svg {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const queueSidebarVariants: Variants = {
|
const queueSidebarVariants: Variants = {
|
||||||
|
|||||||
Reference in New Issue
Block a user