From bd87cabdc0fc4f6e88d6e794848c3ddfa40ae8fa Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Thu, 10 Jun 2021 23:56:48 +0200 Subject: [PATCH] FIX #5: temporary fix for shuffle button position --- dribbblish-dynamic.js | 5 +++++ 1 file changed, 5 insertions(+) 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) {