mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
FIX #5: temporary fix for shuffle button position
This commit is contained in:
parent
d44d540dd8
commit
bd87cabdc0
1 changed files with 5 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue