mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fix(Dribbblish): functional playlist image (#793)
This commit is contained in:
parent
dd7a7e13e0
commit
2f25fa371e
@ -35,8 +35,8 @@ function waitForElement(els, func, timeout = 100) {
|
||||
}
|
||||
|
||||
waitForElement([
|
||||
`.main-rootlist-rootlistPlaylistsScrollNode ul[tabindex="0"]`,
|
||||
`.main-rootlist-rootlistPlaylistsScrollNode ul[tabindex="0"] li`
|
||||
`ul[tabindex="0"]`,
|
||||
`ul[tabindex="0"] .GlueDropTarget--playlists.GlueDropTarget--folders`
|
||||
], ([root, firstItem]) => {
|
||||
const listElem = firstItem.parentElement;
|
||||
root.classList.add("dribs-playlist-list");
|
||||
|
@ -487,7 +487,7 @@ html.sidebar-hide-text .main-rootlist-statusIcons {
|
||||
border-radius: 4px;
|
||||
display: flex;
|
||||
height: 56px;
|
||||
padding: 0 12px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
img.playlist-picture {
|
||||
|
Loading…
Reference in New Issue
Block a user