FIX #5: temporary fix for shuffle button position

This commit is contained in:
Julien Maille 2021-06-10 23:56:48 +02:00
parent d44d540dd8
commit bd87cabdc0

View file

@ -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) {