diff --git a/Dreary/color.ini b/Dreary/color.ini index 43d3a39..8d73119 100644 --- a/Dreary/color.ini +++ b/Dreary/color.ini @@ -111,6 +111,7 @@ playback-bar = B28228 misc = B28228 + ; Description ; text = main text, playlist names in main field, name of playlist selected in sidebar, headings diff --git a/Dreary/user.css b/Dreary/user.css index 9f8874f..a3276e2 100644 --- a/Dreary/user.css +++ b/Dreary/user.css @@ -389,15 +389,15 @@ a.x-categoryCard-CategoryCard, a.x-heroCategoryCard-HeroCategoryCard { overflow-y: scroll; } -#spicetify-playlist-list>li { +#spicetify-playlist-list > div > div:nth-child(2) > li { margin: 4px 3.2vw; - width: 90%; + width: 84%; flex-shrink: 0; padding-top: 10%; padding-bottom: 10%; box-sizing: border-box; position: relative; - margin-bottom: 8px; + margin-bottom: -1px; border-radius: 10px; border: 2px solid var(--spice-text); display: flex; @@ -436,9 +436,6 @@ svg[Attributes Style] { color: var(--spice-text); } -.main-collectionLinkButton-collectionLinkButton.main-collectionLinkButton-selected { - color: var(--spice-subbutton-text) !important; -} .view-homeShortcutsGrid-shortcut { @@ -542,5 +539,11 @@ padding-top: 8px; padding: unset !important; } +#spicetify-playlist-list > div { + scroll-behavior: smooth; + overflow-y: scroll; + overflow: hidden; + height: 500px !important; +}