diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index c58d36b..78c35c9 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -47,6 +47,11 @@ document.styleSheets[0].insertRule(` .main-coverSlotExpanded-container:hover img { opacity: 0.5; }`) +/* temporary fix */ +document.styleSheets[0].insertRule(` + .main-shuffleButton-button { + order: unset !important; + }`) /* js */ function waitForElement(els, func, timeout = 100) {