Similar Artists orb: register with the worker-orbs collapse/reveal system
The orb was excluded from worker-orbs.js's WORKER_DEFS list, so it never got the shared 'collapse to floating orb after 7s idle / reveal on header hover' animation (worker-orb-hidden / worker-orb-reveal) every other orb has. Added its container (.similar-artists-enrich-button-container, purple) to the list.
This commit is contained in:
parent
5949c104c3
commit
8e6cd0382c
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
{ container: '.qobuz-enrich-button-container', color: [1, 112, 239] },
|
||||
{ container: '.discogs-button-container', color: [180, 180, 180] },
|
||||
{ container: '.amazon-enrich-button-container', color: [255, 153, 0] },
|
||||
{ container: '.similar-artists-enrich-button-container', color: [168, 85, 247] },
|
||||
{ container: '.hydrabase-button-container', color: [200, 200, 200] },
|
||||
{ container: '.soulid-button-container', color: [29, 185, 84], rainbow: true },
|
||||
{ container: '.repair-button-container', color: [180, 130, 255], rainbow: true },
|
||||
|
|
|
|||
Loading…
Reference in a new issue